Django Tutorials (Creating a Website) / Tutorial #6 - Passing Data from Python to HTML

To make HTML templates more dynamic, we need to pass data into them from Python. In this lesson, we will learn a technology that allows you to pass values from the logical part of the site to the visual.

Back to Top