[add]: Error handling

This commit is contained in:
VivianDee
2025-03-21 11:18:03 +01:00
parent a73b05054f
commit f2c688c3e8
7 changed files with 59 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import os
class Config:
"""Base configuration for Flask app"""
# SQLALCHEMY_DATABASE_URI = "mysql://root:password@localhost/flask_app"
# SQLALCHEMY_DATABASE_URI =os.environ.get("DATABASE_URL", "database_url")
# SQLALCHEMY_TRACK_MODIFICATIONS = False
# SECRET_KEY = os.environ.get("SECRET_KEY", "your_secret_key")