Re: Django Template url mapping

2019-08-22 Thread Abu Yusuf
Your template name should be: template_name = "index.html" That's all. On Thu, Aug 22, 2019 at 12:55 PM RONAK JAIN wrote: > Hi > > I am new in Django I am doing struggle with add Django templates using by > inheritance. > > > so when I am trying within *Example:: index.html add inside the > b

Django Template url mapping

2019-08-21 Thread RONAK JAIN
Hi I am new in Django I am doing struggle with add Django templates using by inheritance. so when I am trying within *Example:: index.html add inside the blog.html but, *I am getting the direct blog.html, not index.html on the index page. so I used simply in index.html. *index.html:* {%.