How to store values from Many to Many Django field in JSON response?

前端 未结 0 687
谎友^
谎友^ 2021-01-11 17:08

I\'m trying to access data from a model which contains a Many-to-Many field. My Main Model is Product.

class Product(models.Model):
    id = models.IntegerFie         


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