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