You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to run the
Django
appI 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
andNginx
but it always gives me404
and display the web app without any CSS/static content.I've also tried
uWSGI
but still the sameAny thoughts?
The text was updated successfully, but these errors were encountered: