Tagged Questions
1
vote
2answers
33 views
Django admin - importing images to the text
I've pasted below small part of my models class. It's a class for publishing entries (articles, blog posts etc.). On most websites news images are pasted below the text of message.
Is it possible to ...