Pastebin

Paste #2891: No description

< previous paste - next paste>

Pasted by Anonymous Coward

Download View as text


@app.route("/admin")
def admin():
    session = Session()
    vendors = session.query(Vendor).all()

    return render_template("admin.html", vendors=vendors)

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.