February 2021
Beginner to intermediate
826 pages
16h 46m
English
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.
In Chapter 3, URL Mapping, Views, and Templates, we learned how to build views and create templates in Django. Then, we learned how to ...
Read now
Unlock full access