Implemented a tagging system by integrating a third-party application(taggit) with this project.Generated post recommendations using complex QuerySets.Also learned how to create custom Django template tags and filters to provide templates with custom functionalities.Created a sitemap for search engines to crawl your site and an RSS feed for users to subscribe to your blog.Then built a search engine for my blog using the full-text search engine of PostgreSQL.
- Added Comment System for each blog post.
- Suggested Latest Posts and Most Commented Posts on the right side of the page based on created and published date.
- Extends Email recommendation system so that any post can be recommended via sending the post to anyone E-mail.
- Used third-party application (taggit) so that can we can use tags to find the similiar post to make this blog more user friendly.