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

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