1👍
✅
Django won’t serve static files, only the dev server (runserver) is configured to do so, you either let the static files to be serve from the HTTP server that in front of Django (e.g Apache2 or Nginx) which is recommended method, or use whitenouse
Source:stackexchange.com