Private
Public Access
1
0

moved error templates

This commit is contained in:
Sander Roosendaal
2017-04-22 14:45:07 +02:00
parent 864d230c95
commit 7ad8ffe0af
12 changed files with 451 additions and 2 deletions

View File

@@ -44,9 +44,10 @@ CELERY_SEND_TASK_SENT_EVENT = True
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False
TEMPLATE_DEBUG = DEBUG
ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['localhost']
# Application definition