Views can be Classy!

A Talk presented by Kenneth Love
log in to bookmark.

Audience level

Intermediate

Category

How To/Intro

Time

September 4th, 1:30 p.m. – 2:10 p.m.


Description

An overview of what class-based views (CBVs) are, which ones are available, and how to use them in your projects. I'll also cover creating mixins, where function-based views still make sense, and how to test CBVs. As part of this, I'll be covering my django-braces (https://crate.io/packages/django-braces/) package.


Abstract

It seems like most people in the Django community either don't have any idea how class-based views work or are scared to try them out. I want to help with a solid introduction to the technology.