Add some user documentation

This commit is contained in:
Raphael Michel
2017-07-31 18:31:20 +02:00
parent 86f17094bb
commit e16f8fc7e9
16 changed files with 132 additions and 6 deletions

View File

@@ -18,6 +18,7 @@ EMAIL_BACKEND = 'django.core.mail.outbox'
COMPRESS_ENABLED = COMPRESS_OFFLINE = False
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.StaticFilesStorage'
PRETIX_INSTANCE_NAME = 'pretix.eu'
DEBUG = True
DEBUG_PROPAGATE_EXCEPTIONS = True