Django Tutorials (Creating a Website) / Tutorial #8 - Creating a News Template

In this tutorial, we'll finish up the news page on the site. We will create a template that will receive data from Python and output it through a loop in an HTML template.

Back to Top