cookiecutter-django/{{cookiecutter.project_slug}}/config/settings
Dani Hodovic 87a8acbae2
Remove redundant template debug setting
> 'debug': a boolean that turns on/off template debug mode. If it is
> True, the fancy error page will display a detailed report for any
> exception raised during template rendering. This report contains the
> relevant snippet of the template with the appropriate line highlighted.

> It defaults to the value of the DEBUG setting.

https://docs.djangoproject.com/en/2.2/topics/templates/#module-django.template.backends.django

I could be wrong about this, but it seems like setting the template
DEBUG setting is redundant, since it should follow whatever the DEBUG
variable is set to.
2019-06-20 23:41:31 +08:00
..
__init__.py Remove Python 2.7 support per #1129 (#1130) 2017-04-21 12:31:45 -07:00
base.py Remove redundant template debug setting 2019-06-20 23:41:31 +08:00
local.py Remove redundant template debug setting 2019-06-20 23:41:31 +08:00
production.py Mailgun api url (#2014) 2019-05-28 11:27:54 +01:00
test.py Remove redundant template debug setting 2019-06-20 23:41:31 +08:00