Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 363 Bytes

File metadata and controls

5 lines (3 loc) · 363 Bytes

djangoBlog

This is a basic blog web application that allows an administrator to write blog posts, manage the posts and the comments, and to organize the posts based on tags. A reader of the blog can share a post via email using Django Forms and leave comments for the administrator.

I wrote this code while from the book Django by Example by Antonio Mele.