mirror of
https://github.com/pretix/pretix.git
synced 2026-05-14 16:44:06 +00:00
Updated standalone docker file and install guide
This commit is contained in:
6
deployment/docker/production_settings.py
Normal file
6
deployment/docker/production_settings.py
Normal 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'
|
||||
Reference in New Issue
Block a user