Lessons: 19Length: 2.2 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.4 Our First View

If you have never worked with Django before, this terminology might be a little confusing for you. In many other web frameworks, a "view" is the part of the application that uses HTML to present data to the user. In Django, this isn't the case. In this lesson, I'll explain how a Django view is the part of the application that handles most of the logic for application functionality, similar to the "controllers" of other MVC-style frameworks.