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