diff --git a/vrobbler/settings.py b/vrobbler/settings.py index 6691276..d499c73 100644 --- a/vrobbler/settings.py +++ b/vrobbler/settings.py @@ -217,10 +217,6 @@ STATIC_URL = "static/" STATIC_ROOT = os.getenv( "VROBBLER_STATIC_ROOT", os.path.join(PROJECT_ROOT, "static") ) -if not DEBUG: - STATICFILES_STORAGE = ( - "whitenoise.storage.CompressedManifestStaticFilesStorage" - ) MEDIA_URL = "/media/" MEDIA_ROOT = os.getenv(