Django CBV learning resources
introduction - https://docs.djangoproject.com/en/5.0/topics/class-based-views/intro/
- Nice cbv tutorial series, goes deeper than usual - https://www.youtube.com/watch?v=ZzEEJscH4E0
- Convert from function views to CBV - https://www.youtube.com/watch?v=-3BN-JMLE0A&ab_channel=DennisIvy
- Best explanation function views vs CVB(and their types) https://medium.com/@ksarthak4ever/django-class-based-views-vs-function-based-view-e74b47b2e41b
- Florin recommended video - https://www.youtube.com/watch?v=8JpNAsq0iPk&t=1s&ab_channel=CodeWithStein
- Class based views relationships
- www.webforefront.com/django
- A comprehensive Django CBV guide
- Good video tutorial on Django CBV's
- DjangoCon 2019 - Generic View? What is that and why would I use it?
- Gist with Django Class-Based View Customization Tips