mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
6 lines
199 B
Python
6 lines
199 B
Python
from pretix.settings import *
|
|
|
|
LOGGING['handlers']['mail_admins']['include_html'] = True
|
|
STATIC_ROOT = '/static'
|
|
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'
|