Create django model with as many fields as an integer in other field

后端 未结 0 805
半阙折子戏
半阙折子戏 2021-01-29 06:05

I have the following model in django

class params(models.Model):
    name = models.CharField(max_length=30, default = \'no_name\')
    cs_n = models.IntegerField(         


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