Multiple models in Django form

后端 未结 0 1545
梦毁少年i
梦毁少年i 2021-01-24 19:37

I have the following models:

class Category(models.Model):
    label = models.CharField(max_length=40)
    description = models.TextField()


class Rating(models.         


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