[Answer]-Strange django static file behaviour

1👍

As you have specified DEBUG = FALSE in settings, its now left on HTTP server like nginx or apache to serve the static files. You need to configure your webserver to serve static files. An example for apache can be found here.

Leave a comment