Fix: Add whitenoise to requirements and use safer storage backend
This commit is contained in:
parent
ddf28fea79
commit
083a505bb7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user