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
f50f1ea810
commit
a3e62f620d
|
@ -1,10 +1,9 @@
|
|||
# ruff: noqa: E501
|
||||
import ssl
|
||||
import logging # 표준 라이브러리
|
||||
import ssl # 표준 라이브러리
|
||||
|
||||
{% if cookiecutter.use_sentry == 'y' -%}
|
||||
import logging
|
||||
|
||||
import sentry_sdk
|
||||
import sentry_sdk # 서드파티 라이브러리
|
||||
|
||||
{%- if cookiecutter.use_celery == 'y' %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user