[Answer]-Django not displaying images from media directory

1👍

is there a possibility that you are not serving the /media files using a webserver (like nginx) and the requests go to django app which (with the DEBUG flag turned off) doesn’t handle media_url ?

👤toudi

Leave a comment