Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 685 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 685 Bytes

Advance Django Implementations

  1. Blog Application
    • Sharing posts by email
    • Comment system
    • Tagging functionality using Django-Taggit
    • Retrieving posts by similarity (common tags, published date etc.)
    • Templatetags Implementation:- simple_tags, inclusion_tags, assignment_tags
    • Custom template filters:- Markdown
    • Sitemap of website using django.contrib.sites and django.contrib.sitemaps
    • RSS Feed for blog posts using built-in syndication feed framework
    • Search Engine with Solr and Haystack