From cb0f962d3baeefee3766ae2cd08713819f606163 Mon Sep 17 00:00:00 2001 From: Alex Parsons Date: Fri, 31 Jan 2025 21:07:58 +0000 Subject: [PATCH] Remove manifeststorage for live --- twfy_votes/settings.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/twfy_votes/settings.py b/twfy_votes/settings.py index 0c90823..49eb4d4 100644 --- a/twfy_votes/settings.py +++ b/twfy_votes/settings.py @@ -119,13 +119,6 @@ ("bootstrap", BASE_DIR / "vendor" / "bootstrap" / "js"), ] - -# only want to do this for live really -if not DEBUG: # pragma: no cover - STATICFILES_STORAGE = ( - "django.contrib.staticfiles.storage.ManifestStaticFilesStorage" - ) - COMPRESS_PRECOMPILERS = (("text/x-scss", "django_libsass.SassCompiler"),) COMPRESS_CSS_HASHING_METHOD = "content"