mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Merge pull request #3148 from Andrew-Chen-Wang/patch-1
Lint production.py
This commit is contained in:
commit
bddfab2fa7
|
@ -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