Beispiel #1
0
def index():
    stores = Store.get_all_store_obj_from_db()
    return render_template('stores/store_index.html', stores=stores)