Files
pretix_original/deployment/docker/production_settings.py
Raphael Michel 598e7c5637 Add invoice logo
2017-01-21 17:44:47 +01:00

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'