diff --git a/deployment/docker/production_settings.py b/deployment/docker/production_settings.py index 0f87487ae..04a26da16 100644 --- a/deployment/docker/production_settings.py +++ b/deployment/docker/production_settings.py @@ -1,4 +1,4 @@ from pretix.settings import * LOGGING['handlers']['mail_admins']['include_html'] = True -STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage' +STORAGES["staticfiles"]["BACKEND"] = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'