How can group this relations on Django Rest Framework

后端 未结 0 1364
忘掉有多难
忘掉有多难 2020-12-01 05:21

Currently, I\'ve the next models:

class Variant(models.Model):
    name = models.CharField(\'name\', max_length=60)


c         


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