Setting up pagination with AngularJS and Django Rest Framework
This is a quick guide on an easy way to setup pagination in a webapp built with AngularJS and Django Rest Framework.
The scenario is quite simple, let’s say we want to display a list of users in…