Esempio n. 1
0
def locky():
    return HTML("locky.html")
Esempio n. 2
0
def mes():
    return HTML("mes.html")
Esempio n. 3
0
def admin_settings():
    return HTML("admin/settings.html")
Esempio n. 4
0
def all_tweets(page_num):
    tweets = tweet_mod.TweetModel.get_paginate(50, page_num)
    return HTML("live/all_tweets.html", tweets=tweets)
Esempio n. 5
0
def page_not_found(e):
    return HTML("404.html")
Esempio n. 6
0
def admin_analysis():
    return HTML("admin/analysis.html")
Esempio n. 7
0
def mes_route():
    return HTML("mes.html")
Esempio n. 8
0
def th3pl4gu3():
    return HTML("th3pl4gu3.html")
Esempio n. 9
0
def fortweet_route():
    return HTML("fortweet.html")
Esempio n. 10
0
def locky_route():
    return HTML("locky.html")
Esempio n. 11
0
def checkpoint_route():
    return HTML("checkpoint.html")
Esempio n. 12
0
def ansible_route():
    return HTML("ansible.html")
Esempio n. 13
0
def index():
    return HTML("index.html")
Esempio n. 14
0
def mesg():
    return HTML("mesg.html")
Esempio n. 15
0
def mesg_route():
    return HTML("mesg.html")
Esempio n. 16
0
def fortweet():
    return HTML("fortweet.html")
Esempio n. 17
0
def prometheus_route():
    return HTML("prometheus.html")
Esempio n. 18
0
def prometheus():
    return HTML("prometheus.html")
Esempio n. 19
0
def index():
    return HTML("index.html", age=Utils.get_age())
Esempio n. 20
0
def admin_dashboard():
    return HTML("admin/dashboard.html")
Esempio n. 21
0
def ansible_automation():
    return HTML("ansible.html")
Esempio n. 22
0
def admin_manage():
    return HTML("admin/admins.html", admins=admin_mod.AdminModel.get_all())
Esempio n. 23
0
def checkpoint_automation():
    return HTML("checkpoint.html")
Esempio n. 24
0
def admin_add_get():
    return HTML("admin/admin_add.html")
Esempio n. 25
0
def live_view():
    return HTML("live/index.html")