mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-05 20:50:17 +03:00
test
This commit is contained in:
parent
cddfa6c7c5
commit
50e81a04e8
|
@ -1,8 +1,7 @@
|
|||
# ruff: noqa: E501
|
||||
import ssl
|
||||
|
||||
{% if cookiecutter.use_sentry == 'y' -%}
|
||||
import logging
|
||||
import ssl
|
||||
{% if cookiecutter.use_sentry == 'y' -%}
|
||||
|
||||
import sentry_sdk
|
||||
|
||||
|
@ -17,6 +16,7 @@ from sentry_sdk.integrations.redis import RedisIntegration
|
|||
{% endif -%}
|
||||
from .base import * # noqa: F403
|
||||
from .base import DATABASES
|
||||
|
||||
from .base import INSTALLED_APPS
|
||||
from .base import REDIS_URL
|
||||
{%- if cookiecutter.use_drf == "y" %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user