Django Rest-Framework Serialization Error

后端 未结 0 1495
失恋的感觉
失恋的感觉 2020-12-10 00:25

So this is the model that I want to serialize:

 from django.db import models

 class Concurs(models.Model):
        name = models.CharField(max_length=50)
            


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