Files
pretix_cgo/deployment/docker/production_settings.py
2023-08-09 15:01:21 +02:00

5 lines
190 B
Python

from pretix.settings import *
LOGGING['handlers']['mail_admins']['include_html'] = True
STORAGES["staticfiles"]["BACKEND"] = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'