import os in settings for envvars
All checks were successful
Code Tests / run_tests (3.10) (push) Successful in 26s
Code Tests / run_tests (3.11) (push) Successful in 24s
Code Tests / run_tests (3.12) (push) Successful in 26s

This commit is contained in:
Federico Justus Denkena 2024-10-18 03:38:47 +02:00
parent a91a9055bb
commit bedb0f402a
Signed by: f-denkena
GPG Key ID: 28F91C66EE36F382

View File

@ -11,6 +11,7 @@ https://docs.djangoproject.com/en/4.2/ref/settings/
"""
from pathlib import Path
import os
# Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(__file__).resolve().parent.parent