Advantages using inclusion tags: If we observe the templates of website we can see the repetitive code or components. We can take r...
django base template structure for template inheritance
django template inheritance Generally we develop websites to show our products or services to customers all over the web. Our cust...
django usage of template and view
django templates & views In the last blog post we have seen how to write models for project . In this blog post we are going lear...
django templates and static files
Django template configurations Django templates: Django templates are just HTML files. Django creates HttpResponse for a request b...