コード例 #1
0
ファイル: appstore.py プロジェクト: chopachom/coltrane
def index():
    apps = Application.all()
    return render_template('appstore/index.html', apps=apps)