Counting specific field of deeply nested Object django

前端 未结 0 1353
后悔当初
后悔当初 2021-01-07 05:09

I have a model Category and it has children and also the Product model looks like this

class Category(models.Model):
    name = mode         


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