KSDunne / statement_beauty

Here is a hair and makeup blog, called Statement Beauty. This is a full stack website built using the Django web framework. In addition to the blog app there is an app for booking a makeover appointment with a beautician. The overall theme of the website is, statement looks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User story 22: Create blog posts

KSDunne opened this issue · comments

As a logged in superuser I can create a blog post in the admin panel so that I can draft it and publish it when its ready to be published

Task:

  • Create a post model

Acceptance criteria:

  • When logged in as a superuser, I should have access to a form for creating new blog posts.
  • When I submit the form and click the publish option, opposed to the draft option, the blog post should be added to the site.