コード例 #1
0
ファイル: circushttpd.py プロジェクト: nathancahill/circus
def sockets():
    return render_template('sockets.html')
コード例 #2
0
ファイル: circushttpd.py プロジェクト: nathancahill/circus
def index():
    return render_template('index.html')
コード例 #3
0
ファイル: circushttpd.py プロジェクト: nathancahill/circus
def watcher(name):
    return render_template('watcher.html', name=name)
コード例 #4
0
ファイル: circushttpd.py プロジェクト: nathancahill/circus
 def _ask_connection():
     return render_template('connect.html')