feat: improve assessment creation and edition

This commit is contained in:
2025-08-04 08:25:21 +02:00
parent e0a3ea2764
commit a0608e27aa
20 changed files with 1265 additions and 519 deletions

11
.env.example Normal file
View File

@@ -0,0 +1,11 @@
# Configuration de l'application
FLASK_ENV=development
SECRET_KEY=your-very-secure-secret-key-here-change-this
DATABASE_URL=sqlite:///school_management.db
# Base de données
DB_ECHO=false
# Optionnel: pour la production
# FLASK_ENV=production
# DATABASE_URL=postgresql://user:password@localhost/dbname