Dym077 / django-blog

django-blog
0 stars 0 forks source link

Manage posts #7

Open Dym077 opened 5 months ago

Dym077 commented 5 months ago

As a Site Admin I can create, read, update and delete posts so that I can manage my blog content

***Acceptance Criteria

-Given a logged in user, they can create a blog post -Given a logged in user, they can read a blog post -Given a logged in user, they can update a blog post -Given a logged in user, they can delete a blog post