From 083a505bb7b01f1beaeb98ad45ff92131e85dcaf Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Sun, 1 Feb 2026 07:16:48 +0000 Subject: [PATCH] Fix: Add whitenoise to requirements and use safer storage backend --- config/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/settings.py b/config/settings.py index b46bf76..0e89088 100644 --- a/config/settings.py +++ b/config/settings.py @@ -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