Why does DEBUG=False setting make my django Static Files Access fail?

If you still need to server static locally (e.g. for testing without debug) you can run devserver in insecure mode:

manage.py runserver --insecure

Leave a Comment