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