configurate .env and postgresql database

This commit is contained in:
behruz-dev
2025-11-19 15:34:31 +05:00
parent a267e4c45c
commit ccdf6fe2ac
68 changed files with 160 additions and 298 deletions

3
config/env.py Normal file
View File

@@ -0,0 +1,3 @@
from environ import Env
env = Env()