mirror of
https://github.com/skylanix/MamieHenriette.git
synced 2026-02-06 23:10:36 +01:00
extraction du modul database et creation de page vide
This commit is contained in:
6
webapp/commandes.py
Normal file
6
webapp/commandes.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from flask import render_template
|
||||
from webapp import webapp
|
||||
|
||||
@webapp.route("/commandes")
|
||||
def commandes():
|
||||
return render_template("commandes.html")
|
||||
Reference in New Issue
Block a user