Fix: Add whitenoise to requirements and use safer storage backend

This commit is contained in:
Flatlogic Bot 2026-02-01 07:16:48 +00:00
parent ddf28fea79
commit 083a505bb7

View File

@ -183,7 +183,7 @@ STATICFILES_DIRS = [
]
# Enable WhiteNoise's Gzip compression of static assets.
STATICFILES_STORAGE = "whitenoise.storage.CompressedManifestStaticFilesStorage"
STATICFILES_STORAGE = "whitenoise.storage.CompressedStaticFilesStorage"
# Media files