How to get object from PK inside Django template?

前端 未结 5 1746
逝去的感伤
逝去的感伤 2021-02-07 10:38

Inside django template, I would like to get object\'s name using object\'s pk. For instance, given that I have pk of object from class A, I would like to do somethi

5条回答
  •  耶瑟儿~
    2021-02-07 10:59

    It's unclear exactly what you're trying to accomplish but you should figure out how you can achieve your desired outcome in the view and send the variable or object to the template.

提交回复
热议问题