aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2019-07-03 17:03:58 +0200
committerGravatar Leon Sandøy <[email protected]>2019-07-03 17:03:58 +0200
commitaee2bf4fb81aeb414ea1eda768474c3f9fc5ee27 (patch)
tree63d303d51b0d9089b0ab4ffdbe2b59e72da95ed9 /pydis_site
parentChanging the STATIC_ROOT and MEDIA_ROOT to include the root folder created b... (diff)
Disabling strict manifest compression mode
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/settings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py
index a3241206..783dbe40 100644
--- a/pydis_site/settings.py
+++ b/pydis_site/settings.py
@@ -184,7 +184,6 @@ STATICFILES_FINDERS = [
'django_simple_bulma.finders.SimpleBulmaFinder',
]
-STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
# django-hosts
# https://django-hosts.readthedocs.io/en/latest/