Create new models from an existing one

前端 未结 0 751
一整个雨季
一整个雨季 2021-02-07 04:13

need some help with the next issue:

I got this model in Django:

   class myModel(models.Model):

       Name       = models.CharField(max_length=50)
               


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