[Answered ]-Django admin – importing images to the text

1👍

One approach is to use TinyMCE or some other RTE + django-filebrowser to edit the HTML for the article plugging in images as you go. If you’re looking for an automated solution that plugs in an image after so many paragraphs, you’d need to write that on your own.

1👍

An app that does pretty much what you are looking for is django-adminfiles.

👤arie

Leave a comment