mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 14:34:53 +03:00
Fix flake8 problem
This commit is contained in:
parent
9d2edc161f
commit
d358340ff2
|
@ -186,7 +186,7 @@ AWS_PRELOAD_METADATA = True
|
|||
# https://docs.djangoproject.com/en/dev/ref/settings/#logging
|
||||
# See https://docs.djangoproject.com/en/dev/topics/logging for
|
||||
# more details on how to customize your logging configuration.
|
||||
{%- if cookiecutter.use_sentry == 'n' -%}
|
||||
{% if cookiecutter.use_sentry == 'n' -%}
|
||||
# A sample logging configuration. The only tangible logging
|
||||
# performed by this configuration is to send an email to
|
||||
# the site admins on every HTTP 500 error when DEBUG=False.
|
||||
|
|
Loading…
Reference in New Issue
Block a user