Merge pull request #15 from qwerrrqw/ruff/redis-TLS-support

ruff
This commit is contained in:
qwerrrqw 2024-11-21 14:23:48 +09:00 committed by GitHub
commit f4dc404449
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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