Quantcast
Channel: Not able to display image in django - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Daniel Roseman for Not able to display image in django

You will certainly need a leading slash:<img src="/media/{{p.image}}" alt="">But better to let the image itself output its full path:<img src="{{p.image.url}}" alt="">

View Article



Not able to display image in django

files of whole projectI have correctly setup path for media url and still not able to find images in allproducts.html where as in categories.html it is able to find images from media directory. I am...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images