示例#1
0
文件: nowiki.py 项目: boyska/nowiki
def get_pages():
    return jsonify(Page.get_all())
示例#2
0
def get_pages():
    return jsonify(Page.get_all())
示例#3
0
文件: nowiki.py 项目: boyska/nowiki
def get_home_html():
    #TODO: cache
    return render_template('index.src.htm', allpages = Page.get_all())
示例#4
0
def get_home_html():
    #TODO: cache
    return render_template('index.src.htm', allpages=Page.get_all())