im using django 1.11.4 and i want to serve django media file in a shared host
my web server is apache
i already set MEDIA_ROOT
and MEDIA_URL
and evreything is fine when Debug = True
i alread try HelioHost wiki and Django serving media files (user uploaded files ) in openshift but it dosnt work