Gunicorn with Django giving a problem with static files
问题 Got a Django project named django_server. When I run python manage.py runserver the page shows up as expected Then, if I run gunicorn django_server.wsgi:application --bind 0.0.0.0:8000 The page shows without styling Checking the console, can see the following errors for both .css and .js files The resource from “http://0.0.0.0:8000/static/....css” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff). In the terminal where the gunicorn command was executed, can