updated settings

This commit is contained in:
2025-10-11 21:43:11 -05:00
parent f966084407
commit d3bc2d3b5b
15 changed files with 170 additions and 60 deletions

6
config/env.py Normal file
View File

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