Пример #1
0
def static(filepath):
    """ Static files """
    return bottle.static_file(filepath, root=STATIC_PATH)
Пример #2
0
def static(filepath):
    """ Static files """
    return bottle.static_file(filepath, root=STATIC_PATH)
Пример #3
0
def js_static(filepath):
    """ Static mirrordom js files """
    return bottle.static_file(filepath, root=MIRRORDOM_JS_PATH)
Пример #4
0
def js_static(filepath):
    """ Static mirrordom js files """
    return bottle.static_file(filepath, root=MIRRORDOM_JS_PATH)