mirror of
https://github.com/pretix/pretix.git
synced 2025-12-09 00:42:28 +00:00
5 lines
175 B
Python
5 lines
175 B
Python
from pretix.settings import *
|
|
|
|
LOGGING['handlers']['mail_admins']['include_html'] = True
|
|
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'
|