Hi,
I'm trying to run the Django app
I can confirm that /static/css/style.css is being served when running the app using ./manage.py runserver
but I've tried to run the app using Gunicorn and Nginx but it always gives me 404 and display the web app without any CSS/static content.
I've also tried uWSGI but still the same
Any thoughts?
Hi,
I'm trying to run the
DjangoappI can confirm that
/static/css/style.cssis being served when running the app using./manage.py runserverbut I've tried to run the app using
GunicornandNginxbut it always gives me404and display the web app without any CSS/static content.I've also tried
uWSGIbut still the sameAny thoughts?