BlogitOrnot

Day 0.1:

Build a basic blog application, using Django Admin.

Blog Post can be editted, deleted, or created using django admin.

Day 0.2:

Allowed CRUD functionality without login in as Django Admin, using Forms.

Day 1

Added Login URL and Welcome {{ user.username }}

Day 2

Updated FrontEnd, User Authentications.

Day 3.5

Updated Front end: NavBars, Home Page Look;

User Authentication: Accessing Post without Logig in, Not allowing updating, deleting someone else's code;

Registration of new user