예제 #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())