Pass HTML File from Django View To Django Template

后端 未结 0 691
温柔的废话
温柔的废话 2020-12-06 02:07

I am trying to pass through an html file from my Django view via a django template. This is my view:

def sample_function(request, product_id, slug=None):
  fr         


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