I'm trying to put a django website live and after going through the deployment checklist and turning debug = False
django gives out a 404 error and only static files are loaded no media files uploaded from users are displayed. However with debug=True
all the images and files work properly. below are the configurations of the project with debug = True
. The console logs show multiple missing files.can someone point to me what i'm doing wrong?
settings.py
urls.py
console errors