mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 11:34:00 +03:00
Change template debugging back to False
Since we're no longer using django_coverage_plugin.
This commit is contained in:
parent
da42b3854d
commit
a46f3dd56b
|
@ -12,8 +12,7 @@ from .common import * # noqa
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Turn debug off so tests run faster
|
# Turn debug off so tests run faster
|
||||||
DEBUG = False
|
DEBUG = False
|
||||||
# But template debugging must be enabled for django_coverage_plugin
|
TEMPLATES[0]['OPTIONS']['debug'] = False
|
||||||
TEMPLATES[0]['OPTIONS']['debug'] = True
|
|
||||||
|
|
||||||
# SECRET CONFIGURATION
|
# SECRET CONFIGURATION
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user