spoolD / CS50w-Network

Project 4 for CS50w. A Twitter-like social network
0 stars 0 forks source link

Pagination #5

Closed spoolD closed 2 years ago

spoolD commented 2 years ago

Any page that displays posts (all posts, profile page, following) only 10 posts displayed on a page. A next button will take the user to the next 10 posts. If not, on the first page a previous button will appear to take the user back

Django Paginator class: https://docs.djangoproject.com/en/4.0/topics/pagination/ Bootstrap Pagination: https://getbootstrap.com/docs/4.4/components/pagination/