Hi, On Jul 20, 10:43 am, Ricko <[email protected]> wrote: > Hi all, > > I guess it's a nice problem to have, but I would like to know how to > paginate the 'New Orders' on the admin page, under the 'Satchmo > Orders' tab, on the main page. > Our site is getting a number of sales every day, and scrolling down to > see hundreds of orders isn't the way to go. Is there any way to set > the pagination of this column?
Set the ModelAdmin.list_per_page to control the amount gets displayed. http://docs.djangoproject.com/en/dev/ref/contrib/admin/#modeladmin-options lzantal -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
