这是我开的车,**mongoengine.errors.NotRegistered:** `Comment` has not been registered in the document registry. Importing the document class automatically registers it, has it been imported?
我在将文档保存到新集合中,然后从旧集合中删除它们时遇到问题。我创建一个新对象,如下所示: field = mongo.StringField()
t.switch_collection('default')t.switch_collection('switched')t.switch_collection('default')它似乎只对默认集合执行第一次保