Django 2 by Example
上QQ阅读APP看书,第一时间看更新

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