Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

500 server error #625

Open
Malekpour99 opened this issue Jan 11, 2025 · 0 comments
Open

500 server error #625

Malekpour99 opened this issue Jan 11, 2025 · 0 comments

Comments

@Malekpour99
Copy link

Python Version

3.8

Django Version

4.2

Package Version

6.7.0

Description

STATICFILES_STORAGE = "whitenoise.storage.CompressedManifestStaticFilesStorage"
Using above configuration in my Django settings caused 500 server errors, every thing is configured correctly and based on the 'Troubleshooting the WhiteNoise Storage backend' documentation when I changed above configuration to
STATICFILES_STORAGE = "whitenoise.storage.CompressedStaticFilesStorage"
500 status code error was fixed; that's why I am here to submit a new issue!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant