improved changes

This commit is contained in:
2025-11-26 20:01:52 +05:30
parent e5c5044ff3
commit 5ad65c3c59
68 changed files with 12520 additions and 827 deletions

View File

@ -53,6 +53,7 @@ def create_app():
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
app.config['SQLALCHEMY_ECHO'] = os.getenv('SQLALCHEMY_ECHO', 'False').lower() == 'true'
# Initialize extensions
db.init_app(app)