Ejemplo n.º 1
0
def serve_static_package_instances():
    	return static_file("packageinstance.htm", root='./pybitweb/static/')
Ejemplo n.º 2
0
def serve_static_lookups():
    	return static_file("lookups.htm", root='./pybitweb/static/')
Ejemplo n.º 3
0
def serve_static_jobs():
    	return static_file("job.htm", root='./pybitweb/static/')
Ejemplo n.º 4
0
def serve_static_buildboxes():
    	return static_file("buildd.htm", root='./pybitweb/static/')
Ejemplo n.º 5
0
def serve_static_idex():
    	return static_file("index.htm", root='./pybitweb/static/')
Ejemplo n.º 6
0
def serve_static_res(filepath):
    	return static_file(filepath, root='./pybitweb/static/bootstrap/')