Form and inline-form at the same time in Django UpdateView

后端 未结 0 935
甜味超标
甜味超标 2021-01-14 12:34

I have the following models:

class Product(models.Model):
    name = models.CharField(max_length=100)

class ProductList(models.Model):
    name = models.Char         


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