model class update total cal fields all model

This commit is contained in:
2026-02-25 15:27:59 +05:30
parent 163c7814ed
commit cf7d1636f9
8 changed files with 380 additions and 195 deletions

View File

@@ -6,7 +6,7 @@ class Config:
# secret key
SECRET_KEY = os.getenv("SECRET_KEY", "dev-secret-key")
# Database varibles
# Database variables
DB_DIALECT = os.getenv("DB_DIALECT")
DB_DRIVER = os.getenv("DB_DRIVER")
DB_USER = os.getenv("DB_USER")