CarletonComputerScienceSociety / core

The core application behind our online services and events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Research Pagination Library

MathyouMB opened this issue · comments

We should research what pagination library is standard in Django.

Parameters

  • limit
  • pageNumber

Dami utilised Django Rest framework pagination on the community project, we can use it here too.