Previous Page Next Page

Understanding Templates

Django also provides a robust template parser that allows you to build templates that the view functions can use to build response web pages. This allows your Python developers to focus on building the data that should be displayed and allows your HTML programmers to focus on designing the web pages. We will discuss templates much more starting in Hour 7, "Implementing Django Templates to Create Custom Views."

Previous Page Next Page