Updated standalone docker file and install guide

This commit is contained in:
Raphael Michel
2016-05-09 11:11:25 +02:00
parent 9433c76a4c
commit f999b9ffd9
18 changed files with 499 additions and 107 deletions
+6
View File
@@ -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'