Video coming soon

The recording for this lesson has not been published yet.

What we cover

  • From URL to view to response
  • as_view(), dispatch() and HTTP method handlers
  • The generic view hierarchy in one picture
  • Reading the Django source and ccbv.co.uk
Written notes for this lesson are being prepared. The outline above already shows what the recording will cover.

After this lesson you will

  • Describe the request and response cycle in Django
  • Explain what a class-based view adds to a function