tmarkec / take_a_hike

0 stars 1 forks source link

Admin can approve comments #13

Closed tmarkec closed 1 year ago

tmarkec commented 1 year ago

As a site owner I want to be able to approve or delete comments so that I can filter out objectionable comments

tmarkec commented 1 year ago

Acceptance criteria:

  1. As a superuser while logged in admin page comments folder is displayed
  2. When clicked on folder all comments should be displayed
  3. By clicking on new comment we either approve it or delete it
  4. If approved comment should be displayed under post

Tasks:

  1. Modify PostDetail view function
  2. Add model to database