Advertisement



< Prev
Next >



Django Template System



In this tutorial, we are going to explain the concept of Django Template System. Before we begin with Django Template System, let us understand why do we need it.

In our last tutorial, we have explained how to run a simple Django Framework project and for those who have read that tutorial must have seen that we had to mix the HTML with the python code in a single file, which could lead to a lot of issues, especially when working on a LIVE project.

To rectify this issue, we could use the Django Template System, using which we could separate the HTML file, which is carrying the presentation logic from the python file, which is representing the view function, and could link these separate files.

Let us create a Django project to explain you how to work with the Django Template System. For those who have not read our last tutorial, here is a recap.




Please Subscribe

Please subscribe to our social media channels for daily updates.


Decodejava Facebook Page  DecodeJava Twitter Page Decodejava Google+ Page




Advertisement



Notifications



Please check our latest addition

C#, PYTHON and DJANGO


Advertisement