Docker: Move static files

This commit is contained in:
Raphael Michel
2017-02-26 11:55:19 +01:00
parent 1739da5cf0
commit 699c097971
3 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
from pretix.settings import *
LOGGING['handlers']['mail_admins']['include_html'] = True
STATIC_ROOT = '/static'
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'