Skip to content

A blog site where different authors can post. Django admin can be used for all admin use cases, users can interact with UI to read posts, comment on them, save it for later.

Notifications You must be signed in to change notification settings

vishal-sangam-lg/blog-site

Repository files navigation

blog-site - Django Project

Key features of Django used:

  • models -> To declare model of author, post, comment, tag
  • sqlite3 (inbuilt) -> database
  • templates -> HTML UI
  • class based views (function based views are implemented but commented)
  • forms -> Comment form

Alt text Alt text Alt text Alt text

About

A blog site where different authors can post. Django admin can be used for all admin use cases, users can interact with UI to read posts, comment on them, save it for later.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published