Home
About
Blog
Courses
Contact
More about Django
· Module 3 - Class-based views
3.5 Function view or class-based view?
14 min
Back to the curriculum
Video coming soon
The recording for this lesson has not been published yet.
What we cover
Where generic views save real work
Where they only add indirection
Readability for the next developer
Mixed codebases and team conventions
Written notes for this lesson are being prepared. The outline above already shows what the recording will cover.
← 3.4 Mixins and your own base views
4.1 The custom user model →
After this lesson you will
Choose the view style that fits the task
Refactor between the two styles with confidence
Module 3
3.1
Why class-based views
3.2
ListView and DetailView
3.3
CreateView, UpdateView and DeleteView
3.4
Mixins and your own base views
3.5
Function view or class-based view?