How to create a brand page, which will contain all the categories related to that brand in Django

前端 未结 0 1696
渐次进展
渐次进展 2021-02-08 10:55

I have 2 models: Brand and Categories:

class Brand(models.Model):
    name = models.CharField(max_length=250, unique=True, default=\'Undefined\')
    slug = model         


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