mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 16:24:14 +03:00
Lint production.py
This commit is contained in:
parent
30362312aa
commit
8b35c83500
|
@ -353,7 +353,12 @@ sentry_logging = LoggingIntegration(
|
|||
)
|
||||
|
||||
{%- if cookiecutter.use_celery == 'y' %}
|
||||
integrations = [sentry_logging, DjangoIntegration(), CeleryIntegration(), RedisIntegration()]
|
||||
integrations = [
|
||||
sentry_logging,
|
||||
DjangoIntegration(),
|
||||
CeleryIntegration(),
|
||||
RedisIntegration(),
|
||||
]
|
||||
{% else %}
|
||||
integrations = [sentry_logging, DjangoIntegration(), RedisIntegration()]
|
||||
{% endif -%}
|
||||
|
|
Loading…
Reference in New Issue
Block a user