Lessons: 19Length: 2.2 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.5 Create a Template

In Django, data to be presented to the end user is converted to HTML with a template. In this lesson we will create a static template (an HTML-only template with no dynamic data) just to get the ball rolling.