first commit

This commit is contained in:
CHIEFSOFT\ameye
2025-03-23 14:25:20 -04:00
commit 0bb36be246
62 changed files with 1968 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
import os
class Config:
"""Base configuration for Flask app"""
# SQLALCHEMY_DATABASE_URI = "mysql://root:password@localhost/flask_app"
# SQLALCHEMY_TRACK_MODIFICATIONS = False
# SECRET_KEY = os.environ.get("SECRET_KEY", "your_secret_key")
DEBUG = True