MongoDB视图计数器

时间:2018-12-25 15:27:21

标签: python html mongodb

我的mongo键/值如下: “观看次数”:0

我希望每次刷新页面时都能通过Flask增加视图键的值。

烧瓶框架,我的路线如下:

@app.route('/get_breakfast')
def get_breakfast():
    return render_template("breakfast.html",
    recipes = mongo.db.recipes.find())

是否可以增加键

html:

<strong>Views</strong> {{ recipe.views }}

0 个答案:

没有答案