Re: Customizing Admin for Large Data Sets

2009-02-18 Thread James Mowery
http://docs.djangoproject.com/en/dev/ref/contrib/admin/#list-per-page Set the above to the number of items you would like to appear per page. The default is 100, so set it it to something more manageable. http://docs.djangoproject.com/en/dev/ref/contrib/admin/#ordering Set that to a DateField or

Re: Customizing Admin for Large Data Sets

2009-02-17 Thread Jacob Kaplan-Moss
On Tue, Feb 17, 2009 at 12:15 PM, mermer wrote: > Does anybody have any advise on how best to customize the Admin to > cope with large data sets. > > We need to deal with 500K plus records - and the loading times are > just too slow. You might want to clarify a bit more what you're doing -- what

Customizing Admin for Large Data Sets

2009-02-17 Thread mermer
Does anybody have any advise on how best to customize the Admin to cope with large data sets. We need to deal with 500K plus records - and the loading times are just too slow. Is it possible to show a limited number of recently added records ffor a model, but then use the search facility in athe