错误未注册flask-mongoengine教程

juv*_*ezg 5 mongodb mongoengine flask-mongoengine

我开始了这个Turial,在这里

并得到这个错误

**mongoengine.errors.NotRegistered:** `Comment` has not been registered in the document registry. Importing the document class automatically registers it, has it been imported?
Run Code Online (Sandbox Code Playgroud)

任何的想法。太感谢了。

i_e*_*uel 3

只需将评论模型放在帖子模型上方,因为帖子模型中引用了评论模型