Turn on template debug for the demo

This commit is contained in:
Garret Wassermann 2017-10-30 00:56:06 -04:00
parent ee1cae07a4
commit 1bd88c0f4f

View File

@ -62,6 +62,7 @@ TEMPLATES = [
'DIRS': [],
'APP_DIRS': True,
'OPTIONS': {
'debug': True,
'context_processors': [
'django.template.context_processors.debug',
'django.template.context_processors.request',