コード例 #1
0
ファイル: core.py プロジェクト: iamwithnail/standalonegmt
def main_list():
    import exceltojson as etj

    return render_template("grantspage.html", grant_list=etj.build_json())
コード例 #2
0
ファイル: core.py プロジェクト: iamwithnail/standalonegmt
def open_list():
    import exceltojson as etj

    # pass True to the open flag
    return render_template("grantspage.html", grant_list=etj.build_json(True))
コード例 #3
0
ファイル: core.py プロジェクト: iamwithnail/standalonegmt
def othertest():
    import exceltojson as etj

    return render_template("filter_test.html", grant_list=etj.build_json())
コード例 #4
0
ファイル: core.py プロジェクト: iamwithnail/grantmatching
def main_list():
    import exceltojson as etj

    return render_template('grant_list.html', grant_list=etj.build_json())