Dym077 / django-blog

django-blog
0 stars 0 forks source link

View post list #1

Open Dym077 opened 7 months ago

Dym077 commented 7 months ago

As a site user I can view a paginated list of posts so that select which post I want to read

***Acceptance Criteria

-Given more than one post in the database, these multiple posts are listed. -When a user opens the main page a list of posts is seen. -Then the user sees all post titles with pagination to choose what to read.