2 years ago
I hope this message finds you well. I am currently facing an issue with serving static files in my Django application, and I would appreciate your assistance.
Despite following the standard setup procedures for static files, I am unable to serve them correctly in my application. Here are the details of my configuration:
Django Version: [Your Django Version]
Static Files Settings:
STATICURL: [Your STATICURL]
STATICROOT: [Your STATICROOT]
DEBUG: [True/False]
I have run the collectstatic command, but the static files are still not being served as expected. I have also ensured that the necessary middleware is in place.
If you could provide any guidance or troubleshooting steps, it would be greatly appreciated. Thank you for your time and assistance.
Best regards,
ⓘ Deployment information is only viewable by project members and Railway employees.
1 Replies
2 years ago
Please see the WhiteNoise docs page - https://whitenoise.readthedocs.io/en/stable/django.html