How to serialize three models with many to many relationships in Django Rest Framework

前端 未结 0 1217
闹比i
闹比i 2020-12-24 03:32

I have three base models:

class User(models.Model):
    displayName= models.CharField(max_length=128)

class Cell(models.Model):
    title = models.CharField(         


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