mirror of
https://github.com/pretix/pretix.git
synced 2025-12-23 17:02:26 +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'
|