Suppose I have two images, "\media\images\image1.jpg" and "\media\images\image2.jpg". I want to display them in a blog post that I've written. I thought I should create a model for images but with multiple images I cannot figure out how to add them to the body of my blog post. It seems like I have to write full locations to the body like this:
instead of something like this: I prefer a method like the latter one. Here is my app structure: -- View this message in context: http://python.6.x6.nabble.com/Displaying-multiple-images-in-a-blog-post-tp5213133.html Sent from the django-users mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1491761594782-5213133.post%40n6.nabble.com. For more options, visit https://groups.google.com/d/optout.

