- Django 2 by Example
- Antonio Melé
- 49字
- 2021-06-25 21:19:06
Extending Your Blog Application
The preceding chapter went through the basics of forms, and you learned how to integrate third-party applications into your project. This chapter will cover the following points:
- Creating custom template tags and filters
- Adding a sitemap and post feed
- Implementing full text search with PostgreSQL