This commit is contained in:
qwerrrqw 2024-11-16 02:57:39 +09:00
parent cddfa6c7c5
commit 50e81a04e8

View File

@ -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" %}