示例#1
0
文件: home.py 项目: WillZhougz/leggy
def index():
    Video.hottest()
    Video.newest()
    return render_template('index.html')
示例#2
0
文件: home.py 项目: WillZhougz/leggy
def index():
    Video.hottest()
    Video.newest()
    return render_template('index.html')