Phase 2: initiate

This commit is contained in:
2026-02-06 16:38:19 -05:00
parent 7a4159b013
commit 66b3bb7642
21 changed files with 1502 additions and 62 deletions
+6
View File
@@ -6,6 +6,12 @@ from flask_mail import Mail
from config import config
import os
import app
from app.routes import auth, dashboard, inspections, templates, reports, facilities
# Add to blueprint registration
app.register_blueprint(facilities.bp)
# Initialize extensions
db = SQLAlchemy()
login_manager = LoginManager()