Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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.
 
PREVIOUS NEXT
Tagged: #static #files #loading #error #django
ADD COMMENT
Topic
Name
7+3 =