Esempio n. 1
0
def feeds():
    feed_list = Feedback.select()
    return render_template("feedback/list.html", feeds=feed_list)