How to change django filter_horizontal filter parammeter

后端 未结 0 1480
清歌不尽
清歌不尽 2020-12-21 13:08

I want to add product to category model in admin page.

models.py

class Product(models.Model):
    name = models.         


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