file statis tidak memuat 404 kesalahan 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