Include a view in a template

后端 未结 3 1099
感情败类
感情败类 2021-02-20 09:15

In django I have a view that fills in a template html file but inside the html template I want to include another view that uses a different html template like so:



        
3条回答
  •  北恋
    北恋 (楼主)
    2021-02-20 09:55

    Someone created a template tag that loads a view. I've tried it, and it works. The advantage of using that template tag is that you don't have to rewrite your existing views.

提交回复
热议问题