Skip to content

Creating fullstack blog application with Django, python and Materialize

Notifications You must be signed in to change notification settings

learnwithcode/Building-a-blog-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building A Blog Application

0 - Initial Commit

Creating A blog Application

1 - Building Post Model

2 - Creating Admin Site

3 - Custom Model Manager

4 - Building list & detail views

5 - Creating templates for views

6 - Adding Pagination

7 - Pagination using Classed Based views

Enhancing Blog with Advanced Features

Sending Mail With Django

8 - Django Form in views

9 - Sending Email with Django

Adding Comment System

10 - Model & Admin for Comment

11 - Creating ModelFrom & handel in View

12 - Adding comment to post detail template

Adding Tagging Functionality

13 - Add tag to Post with django-taggit

14 - Retrieving posts by similarity

Extending blog Application

Creating custom template tags and filter

Adding a sitemap and post feed

Implementing full text search with PostgreSQL