On Sun, Nov 1, 2009 at 7:14 AM, Angel Talavera <aftalaverafo...@gmail.com>wrote:

>  How can I create a view to paginate thru a huge table?
>
>
You could use a generic view (
http://docs.djangoproject.com/en/dev/ref/generic-views/) -- these allow you
to specify how many items per page. If you want to write your own view, use
a Paginator (http://docs.djangoproject.com/en/dev/topics/pagination/)
directly.

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to