Video coming soon

The recording for this lesson has not been published yet.

What we cover

  • queryset, get_queryset and context_object_name
  • Template names generic views expect
  • paginate_by and paginator context
  • get_context_data for extra template variables
Written notes for this lesson are being prepared. The outline above already shows what the recording will cover.

After this lesson you will

  • Replace post_list and post_detail with generic views
  • Add pagination without writing pagination code