示例#1
0
文件: web.py 项目: daleathan/wtfamily
def source_list():
    object_list = Source.find()
    return render_template('source_list.html', object_list=object_list)
示例#2
0
def source_list():
    object_list = Source.find()
    return render_template('source_list.html', object_list=object_list)