Exemple #1
0
def main():
    for fafafa in Application.select().dicts():
        print(fafafa)
    return render_template('index.html')