This commit is contained in:
qwerrrqw 2024-11-21 14:23:19 +09:00
parent a5ed0d9fa9
commit 819ae7bf6a

View File

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