From edb0cd0941db19b552a024c9b9dc84e0fdfdb41f Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 9 Aug 2023 15:01:21 +0200 Subject: [PATCH] Update STORAGES in docker settings --- deployment/docker/production_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'