I have developed one SaaS based application on Django. During searching more than thousand rows from the database are loaded in to the web page. I want to limit the number of rows in a web page, I mean if there is more than 100 rows, then i need to display it on the next page (like Google).
Anybody can help me??
You are looking for https://docs.djangoproject.com/en/dev/topics/pagination/