Initial commit: Fleet Management app with security hardening and background launcher

- Flask app with SQLAlchemy, Flask-Login, Flask-Mail
- Admin/owner roles, vessel management, charters, work orders
- Background launcher (Iniciar.vbs) runs server without terminal window
- Root redirect fixed: / → /login
- debug=False, use_reloader=False for pythonw.exe compatibility

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-05 02:54:10 -04:00
parent 0b976a1ec0
commit 5b7b41aa50
23 changed files with 6375 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
@echo off
cd /d "C:\fleet-management"
C:\Python313\python.exe run.py