pymodm无法识别模型的对象

时间:2018-11-17 13:30:42

标签: python mongoengine pymodm

我已经开始在项目(https://github.com/ypriverol/biocontainers-backend/blob/master/biocontainers/common/models.py)中使用pymodm。所有CRUD操作都运作良好。

但是,当我尝试使用对象调用检索特定MongoModel的对象列表时:

    tool_versions_dic = MongoToolVersion.objects.all()

我收到此错误:

    AttributeError: type object 'MongoToolVersion' has no attribute 'objects'

0 个答案:

没有答案