Django for Python Developers, Part 5 of 8: Class-Based Views and Templates
with expert Bharath Thipireddy
Course description
Django is the most widely used Web Application Development framework in the industry today. Django makes it super easy to create production ready web applications. This course discusses Class-Based views, implements details and creates more templates.
Prerequisites
Knowledge of Python
Meet the expert
Bharath Thippireddy is an entrepreneur, software architect, public speaker, and trainer.
Bharath is a Sun Certified Developer, Web Component Developer, Business Component Developer, and a Web Services Developer.
While working for companies like Oracle, HP, TCS, Siemens, and NCR; Bharath has architected applications using Java, JEE, JavaScript, and SOA technologies.
He loves learning new things both in technology and personal development and shares them on YouTube and his web site - Sharing is learning!. He has mentored students in classroom trainings, as well as in the corporate world, both in India as well as in USA. He has spoken on technical topics at several agile conferences. While in India he also voluntarily teaches interview and soft skills at Vivekananda Kendra.
Course outline
Class-Based Views and Templates
Class Based Views (17:22)
- Introduction (00:08)
- CBV in Action (05:42)
- Setting Attributes on a CBV (02:06)
- Hands On Steps (00:58)
- Create Project (02:09)
- Create List View (02:20)
- Create List Template (01:18)
- Test List View (02:31)
- Summary (00:08)
Implement Student Details (20:35)
- Introduction (00:08)
- Implement Student Details (04:40)
- Create (03:12)
- Test Create (04:15)
- Update (02:43)
- Delete (05:27)
- Summary (00:08)
More Templates (14:55)
- Introduction (00:08)
- Use Template Inheritance on CBV (03:54)
- Filters in Action (01:51)
- User Defined Filters (04:14)
- Using Custom Filter (01:30)
- Registering a Filter using a decorator (00:47)
- Passing Arguments (02:20)
- Summary (00:08)