11. Advanced Templating and Class-Based Views
Overview
In this chapter, you will learn how to use Django's templating API to create custom template tags and filters. You will also write class-based views that will help you perform CRUD operations. By the end of this chapter, you will have a clear understanding of how Django handles advanced templating and how you can build custom views that support CRUD-based operations. You will be able to use classes to define views inside Django and be able to build custom tags and filters to complement the powerful templating engine provided by Django.