How to query another Django model in template view based on the relation to another model

后端 未结 0 1631
没有蜡笔的小新
没有蜡笔的小新 2020-12-13 01:17

I have these models

class Protocol(models.Model):
    name = models.CharField(max_length=200)

class Description(models.Model):
    name = models.CharField(ma         


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