Exemplo n.º 1
0
def static(path):
    return static_file(path, root='./static')
Exemplo n.º 2
0
def static(fname):
    """Static files"""
    return static_file(fname, root="static/")
Exemplo n.º 3
0
def package_download(path):

    return static_file(path, root="./packages_save")
Exemplo n.º 4
0
def static(fname):
    """Static files"""
    return static_file(fname, root="static/")