diff --git a/src/pretix/settings.py b/src/pretix/settings.py index bc4722afbd..1a54125075 100644 --- a/src/pretix/settings.py +++ b/src/pretix/settings.py @@ -297,6 +297,8 @@ STATICFILES_DIRS = [ os.path.join(BASE_DIR, 'static') ] if os.path.exists(os.path.join(BASE_DIR, 'static')) else [] +STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage' + # if os.path.exists(os.path.join(DATA_DIR, 'static')): # STATICFILES_DIRS.insert(0, os.path.join(DATA_DIR, 'static'))