mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-06 05:00:18 +03:00
commit
2b02cd2be5
|
@ -1,10 +1,9 @@
|
||||||
# ruff: noqa: E501
|
# ruff: noqa: E501
|
||||||
import ssl
|
import logging # 표준 라이브러리
|
||||||
|
import ssl # 표준 라이브러리
|
||||||
|
|
||||||
{% if cookiecutter.use_sentry == 'y' -%}
|
{% if cookiecutter.use_sentry == 'y' -%}
|
||||||
import logging
|
import sentry_sdk # 서드파티 라이브러리
|
||||||
|
|
||||||
import sentry_sdk
|
|
||||||
|
|
||||||
{%- if cookiecutter.use_celery == 'y' %}
|
{%- if cookiecutter.use_celery == 'y' %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user