mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-05 04:30:16 +03:00
Merge pull request #13 from qwerrrqw/ruff/redis-TLS-support
Modifying to ruff rules
This commit is contained in:
commit
7d0c504cb9
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user