Création d'une page de gestion des humeurs

This commit is contained in:
Kepka Ludovic
2025-08-09 09:08:27 +02:00
parent 21b5cf8669
commit 7db8b1ff7b
11 changed files with 77 additions and 21 deletions

View File

@@ -1,11 +1,6 @@
from flask import render_template
from webapp import webapp
# from database import db
# from database.message import Message
@webapp.route("/messages")
def messages():
# message = Message(text="bla bla", periodicity = 3600)
# db.session.add(message)
# db.session.commit()
return render_template("messages.html")
return render_template("messages.html")