This commit is contained in:
qwerrrqw 2024-11-21 14:11:43 +09:00
parent 5d35f50f79
commit a5ed0d9fa9

View File

@ -2,6 +2,7 @@
"""Base settings to build other settings files upon."""
from pathlib import Path
{% if cookiecutter.use_celery == 'y' %}
import ssl
{% endif %}