Django Full Course - 20 - Django Class Based Views. Introduction and overview

In this video from Django Full Course we will work with the topic of Django Class Based Views, where we will discuss: - How I connected my second monitor to my laptop (sorry, I am lonely and I need to discuss my life (joking)), - Benefits of class based views over function based views, - Working with GET/POST requests, - Inheriting and reusing the code, - Working with forms in class-based views, - Decorating class-based views. More about Django Function-based Views - More about Django Forms - and More about Django Modelforms - , and More about Django Decorators -
Back to Top