Create / Delete / Edit Blog Post
Generic View Implementation
Use Admin Page For Authentication
Url Routes
admin/ :- Admin Control and Auth
/ :- Home Page List of Blog Post (GET)
create/ :- Create a Post (POST)
<slug> / :- Post Slug to get DetailView (GET)
<slug>/del/ :- Delete the post of certain Slug (POST)
<slug>/edit/ :- Edit the post of certain slug (PUT)