create manytomany in the same form like the main model

前端 未结 0 1820
陌清茗
陌清茗 2020-12-03 01:34

I have the following models:

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

class ToppingAmou         


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