les fichiers statiques ne chargent pas 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.
Markhor