Re: [BangPypers] Django pagination

2015-02-15 Thread Gora Mohanty
On 16 February 2015 at 12:42, Shashidhar Paragonda wrote: > hello hackers, > > I need help on implementing pagination for Restful responses in django, > front hand I am using angular js. > Basically I get customer details from rest request and I need to divide > then by 25 per page with pagination

[BangPypers] Django pagination

2015-02-15 Thread Shashidhar Paragonda
hello hackers, I need help on implementing pagination for Restful responses in django, front hand I am using angular js. Basically I get customer details from rest request and I need to divide then by 25 per page with pagination how can I achieve this. No Db involved here. -- --