Change template debugging back to False

Since we're no longer using django_coverage_plugin.
This commit is contained in:
Audrey Roy Greenfeld 2016-09-16 11:49:13 -07:00 committed by GitHub
parent da42b3854d
commit a46f3dd56b

View File

@ -12,8 +12,7 @@ from .common import * # noqa
# ------------------------------------------------------------------------------
# Turn debug off so tests run faster
DEBUG = False
# But template debugging must be enabled for django_coverage_plugin
TEMPLATES[0]['OPTIONS']['debug'] = True
TEMPLATES[0]['OPTIONS']['debug'] = False
# SECRET CONFIGURATION
# ------------------------------------------------------------------------------