serving django media (user uploaded) files in production
问题 I have deployed my django website onto webfaction hosting service and i am struggling to find how i can serve user uploaded media files in production. There are lot of question regarding how to serve media files in development, but there seems to be nothing about serving media (user uploaded ) files in production. At present, my django app looks like below in production. django_project | ---> media ---> static (these are served through collectstatic and no problem with this) ---> appname1 ---