Skip to content

This one of personal website project for personal usuages.

Notifications You must be signed in to change notification settings

Habib16051/Blog-Version023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog-Version023

Overview

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.

Some features of this Blog System:

  1. Added Comment System for each blog post.
  2. Suggested Latest Posts and Most Commented Posts on the right side of the page based on created and published date.
  3. Extends Email recommendation system so that any post can be recommended via sending the post to anyone E-mail.
  4. Used third-party application (taggit) so that can we can use tags to find the similiar post to make this blog more user friendly.

HomePage

home

Recommend the blog post to anyone via sending email from Django

send email

After Sending Email, It appears to the inbox as recommendation email

Email Proof

Releases

No releases published

Packages

No packages published