cookiecutter-django/{{cookiecutter.project_slug}}/config
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
..
settings Remove redundant template debug setting 2019-06-20 23:41:31 +08:00
__init__.py Refactor Celery integration according to current best practices 2019-04-02 15:40:32 +01:00
celery_app.py Refactor Celery integration according to current best practices 2019-04-02 15:40:32 +01:00
urls.py Run Black on Travis (#1957) 2019-03-18 17:49:43 +00:00
wsgi.py Migrate to unified Sentry SDK (#1820) 2019-03-20 10:04:44 +00:00