Answers for "static files not loading 404 error django"

0

static files not loading 404 error django

If you have turned 'Debug = False' and still using 'manage.py runserver'
then static files will not load.

With debug turned off Django won't handle static files for you any more
- your production web server (Apache or something) should take care of that.
Posted by: Guest on January-15-2022

Code answers related to "static files not loading 404 error django"

Python Answers by Framework

Browse Popular Code Answers by Language