frankiesanjana / bake-it-better

Bake It Better is a blog-style website for users to share baking recipes. The site has been created for the fourth portfolio project for Code Institute's Diploma in Full Stack Software Development.
0 stars 1 forks source link

User Story: View Comments #9

Open frankiesanjana opened 2 years ago

frankiesanjana commented 2 years ago

As a site user, I can view comments on a bake that I or others have posted, so that I can find out more information or different views about a particular bake.

Acceptance Criteria

Tasks:

Create Comment class in models.py Include comments in bake detail view in views.py Include comments in bake detail HTML template