mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-05 20:50:17 +03:00
ruff
This commit is contained in:
parent
a5ed0d9fa9
commit
819ae7bf6a
|
@ -2,11 +2,9 @@
|
||||||
"""Base settings to build other settings files upon."""
|
"""Base settings to build other settings files upon."""
|
||||||
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
{% if cookiecutter.use_celery == 'y' %}
|
{% if cookiecutter.use_celery == 'y' %}
|
||||||
import ssl
|
import ssl
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
import environ
|
import environ
|
||||||
|
|
||||||
BASE_DIR = Path(__file__).resolve(strict=True).parent.parent.parent
|
BASE_DIR = Path(__file__).resolve(strict=True).parent.parent.parent
|
||||||
|
|
Loading…
Reference in New Issue
Block a user