Ejemplo n.º 1
0
def all_query_runs():
    query_runs = QueryRun.get_augmented_list()
    return render_template("query/list.html", user=g.user, query_runs=query_runs)