This commit is contained in:
maciejrusek
2026-03-10 20:53:37 +01:00
commit 624ef3ca16
29 changed files with 454 additions and 0 deletions

7
backend/config/env.py Normal file
View File

@@ -0,0 +1,7 @@
from pathlib import Path
import environ
env = environ.Env()
BASE_DIR = Path(__file__).resolve().parent.parent