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
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.
--
--