extraction du modul database et creation de page vide
This commit is contained in:
@@ -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