mirror of
https://github.com/pretix/pretix.git
synced 2026-01-02 18:42:27 +00:00
7 lines
200 B
Python
7 lines
200 B
Python
from pretix.settings import *
|
|
|
|
|
|
LOGGING['handlers']['mail_admins']['include_html'] = True
|
|
STATIC_ROOT = '/static'
|
|
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'
|