Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 431 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 431 Bytes

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