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.
Source:stackexchange.com