This commit is contained in:
2026-04-24 08:40:04 +02:00
parent dc56f118a7
commit 4bf9bbd3da
3 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -16,9 +16,9 @@ from decouple import config, Csv
# Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(__file__).resolve().parent.parent
print("Django BASE_DIR:", BASE_DIR)
PACKAGE_DIR = BASE_DIR.parent
APP_DATAS = PACKAGE_DIR / config('APP_DATAS')
print("Django application data:", APP_DATAS)