Difference b/w Class & Function Based Views in DjangoJanuary 15, 2025 ยท View on GitHub 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