This commit is contained in:
qwerrrqw 2024-11-21 14:29:52 +09:00
parent 819ae7bf6a
commit a893259052

View File

@ -2,11 +2,11 @@
"""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 }}"