diff options
author | 2019-07-03 17:03:58 +0200 | |
---|---|---|
committer | 2019-07-03 17:03:58 +0200 | |
commit | aee2bf4fb81aeb414ea1eda768474c3f9fc5ee27 (patch) | |
tree | 63d303d51b0d9089b0ab4ffdbe2b59e72da95ed9 | |
parent | Changing the STATIC_ROOT and MEDIA_ROOT to include the root folder created b... (diff) |
Disabling strict manifest compression mode
-rw-r--r-- | pydis_site/settings.py | 1 |
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/ |