Simplicity of Function Based Views and Re-usability of Class Based Views (CBV vs FBV)

Опубликовано: 21 Май 2020
на канале: Django Lessons
2,443
56

#django

FBV = function based views. CBV = class based views. In this screencast I will show you a real life use-case where class based views are at their prime - but where function based views fail miserably. The idea is to make it very clear where CBV are applicable and where not.