feat: improve assessment creation and edition
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user