Skip to content

Commit

Permalink
Merge pull request #13 from qwerrrqw/ruff/redis-TLS-support
Browse files Browse the repository at this point in the history
Modifying to ruff rules
  • Loading branch information
qwerrrqw authored Nov 21, 2024
2 parents ef5fc4e + 5d35f50 commit 7d0c504
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions {{cookiecutter.project_slug}}/config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 7d0c504

Please sign in to comment.