forked from CGM_Public/pretix_original
Updated standalone docker file and install guide
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from pretix.settings import *
|
||||
|
||||
|
||||
LOGGING['handlers']['mail_admins']['include_html'] = True
|
||||
STATIC_ROOT = '/static'
|
||||
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'
|
||||
Reference in New Issue
Block a user