extraction du modul database et creation de page vide

This commit is contained in:
Kepka Ludovic
2025-08-09 08:10:18 +02:00
parent fb836288fd
commit 21b5cf8669
13 changed files with 66 additions and 20 deletions

6
webapp/commandes.py Normal file
View File

@@ -0,0 +1,6 @@
from flask import render_template
from webapp import webapp
@webapp.route("/commandes")
def commandes():
return render_template("commandes.html")