peewee playhouse.flask_utils import object_list 在首页啥都没有出现

Posted

技术标签:

【中文标题】peewee playhouse.flask_utils import object_list 在首页啥都没有出现【英文标题】:peewee playhouse.flask_utils import object_list appear nothing in the home pagepeewee playhouse.flask_utils import object_list 在首页什么都没有出现 【发布时间】:2020-08-19 15:05:30 【问题描述】:

我正在尝试使用 peewee flask utils,但我不知道出了什么问题。它没有显示任何东西。

代码如下:

后端:https://i.stack.imgur.com/sdPoU.png

浏览器显示:https://i.stack.imgur.com/PThzr.png

html代码:https://i.stack.imgur.com/mQqah.png

【问题讨论】:

请发布实际代码,而不是图片。 【参考方案1】:

如果您费心阅读文档,您会看到上下文变量名为 object_list

http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#object_list

你写了for article in article,这完全毫无意义

你应该写for article in object_list

【讨论】:

以上是关于peewee playhouse.flask_utils import object_list 在首页啥都没有出现的主要内容,如果未能解决你的问题,请参考以下文章

Flask + Peewee:在哪里创建表格?

EXAMPLE FOR PEEWEE 多姿势使用 PEEWEE

peewee.DataError:字符串或blob太大,如何增加peewee中的`DSQLITE_MAX_VARIABLE_NUMBER`?

Peewee 在运行时注册新模型

Peewee:如何更新特定字段?

有没有办法通过 mixin 设置 peewee 字段?