mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +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
|
||||
DEBUG = False
|
||||
# But template debugging must be enabled for django_coverage_plugin
|
||||
TEMPLATES[0]['OPTIONS']['debug'] = True
|
||||
TEMPLATES[0]['OPTIONS']['debug'] = False
|
||||
|
||||
# SECRET CONFIGURATION
|
||||
# ------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user