Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 390 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 390 Bytes

Blog site

This is a blog site written in Django. It uses Postgres SQL to store articles. The articels are being stored as Markdown. Users can subscribe to the blog to receive email notifications once a new article is published. The unsubscribe feature is also implemented.

Potential new features:

  • SFX
  • comments section
  • sorting (currently nothing to sort by)
  • search functionality