Modifying to ruff rules

This commit is contained in:
qwerrrqw 2024-11-21 13:40:23 +09:00
parent 9e243001f0
commit 5d35f50f79

View File

@ -2,13 +2,12 @@
"""Base settings to build other settings files upon."""
from pathlib import Path
import environ
{% if cookiecutter.use_celery == 'y' %}
import ssl
{% endif %}
import environ
BASE_DIR = Path(__file__).resolve(strict=True).parent.parent.parent
# {{ cookiecutter.project_slug }}/
APPS_DIR = BASE_DIR / "{{ cookiecutter.project_slug }}"