Fix flake8 problem

This commit is contained in:
Bruno Alla 2019-03-13 16:18:09 +00:00
parent 9d2edc161f
commit d358340ff2

View File

@ -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.