Skip to content
Today I Learned
Search
K
Main Navigation
Work with me!
Blog
Bookshelf
Appearance
Menu
Return to top
On this page
Difference b/w Class & Function Based Views in Django
Function Based Views
Class Based Views
More setup
Less Abstraction
Requires error checking
Less modular
Little setup
More "magic" abstraction
Error handling built-in (generics)
Much more modular
Sane and stable generic API