Multiple reference fields in models causing name error in mongoengine

后端 未结 0 1536
悲&欢浪女
悲&欢浪女 2020-12-30 02:29

I have defined models with mongoengine with the following structure

class Artist(Document):
    some string fields

class Medium(Document):
    most_popular_a         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题