Harry Potter
Django Class Based Views (CBVs) are an important part of using Django effectively. CBVs help us eliminate redundant code across our entire application and stay DRY while using CRUD and CRUD-like views.
Here's a basic example:
def my_home_view(request):
return render(request, 'home.html', {})
1 - Welcome
2 - Base Django Project
3 - Function View & Base Class View
4 - Django TemplateView
5 - Django Basic RedirectView
6 - Product Model Class
7 - ListView & DetailView
8 - Get Context Data
9 - Proxy Model to Grasp Template Context
10 - Create a Basic Mixin
11 - Recreate a ListView via Mixins
12 - Recreate a DetailView via Mixins
13 - RedirectView Based on Model Instance
14 - Login Required Mixin & Decorator
15 - Django Model Form
16 - CreateView
17 - View with FormMixin
18 - UpdateView the Hard Way
19 - UpdateView & DeleteView
20 - Thank you & next steps
Wait a second...
Watch 👉How to download video
Password can be one of these :- CheapUniverse OR FreeCourseUniverse
If u face any issues with the link, email us at - harry@freecourseuniverse.com
Hey Guys We are Tech Enthusiasts and we know knowledge is key to success ! We are here to open path to your success by providing what you want. Today education == business. Our moto is education should be accessible by any person who is not able to purchase overpriced content.
© 2023 CheapUniverse. All Rights Reserved