Private
Public Access
1
0

added HR drift, normalized power, training score

This commit is contained in:
Sander Roosendaal
2017-05-12 14:19:50 +02:00
parent e1893ab4ff
commit 29f84d6e25
3 changed files with 85 additions and 1 deletions

View File

@@ -45,7 +45,8 @@ CELERY_SEND_TASK_SENT_EVENT = True
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
TEMPLATE_DEBUG = DEBUG
TEMPLATES[0]['OPTIONS']['debug'] = DEBUG
ALLOWED_HOSTS = ['localhost']