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.
- [Answered ]-How to perform a join and aggregate count in Django
- [Answered ]-Why does the FileField in the models need a default?
- [Answered ]-Create custom views for django-tagging
- [Answered ]-How can I access the elements of a foreign set for a model in Django's get_context_data method?
- [Answered ]-Get error message with custom validation Class on Tastypie
Source:stackexchange.com