Re: batched display

2005-11-25 Thread Colin Howlett
Kenneth, The the object_list generic view accepts a paginate_by argument see here: http://www.djangoproject.com/documentation/generic_views/#using-list-detail-generic-views Is that what you're looking for? Colin Kenneth Gonsalves wrote: > On Friday 25 Nov 2005 9:38 am, Clint Ecker wrote: > > I

Re: batched display

2005-11-24 Thread Kenneth Gonsalves
On Friday 25 Nov 2005 9:38 am, Clint Ecker wrote: > I believe you're talking about paging or paginationa of db > results. yes -- regards kg http://www.livejournal.com/users/lawgon tally ho! http://avsap.org.in ಇಂಡ್ಲಿನಕ್ಸ வாழ்க!

Re: batched display

2005-11-24 Thread Clint Ecker
I believe you're talking about paging or paginationa of db results.On 11/24/05, Kenneth Gonsalves <[EMAIL PROTECTED] > wrote:On Thursday 24 Nov 2005 7:49 pm, Milton Waddams wrote:> Can you provide more info about what type of records you are > thinking of?>> There is a caching framework which can b

Re: batched display

2005-11-24 Thread Kenneth Gonsalves
On Thursday 24 Nov 2005 7:49 pm, Milton Waddams wrote: > Can you provide more info about what type of records you are > thinking of? > > There is a caching framework which can be used to only execute > intensive code every so often. Alternatively just run a python > script via cron and you can do

Re: batched display

2005-11-24 Thread Milton Waddams
Can you provide more info about what type of records you are thinking of? There is a caching framework which can be used to only execute intensive code every so often. Alternatively just run a python script via cron and you can do pretty much whatever you want. On 11/24/05, Kenneth Gonsalves <[

batched display

2005-11-24 Thread Kenneth Gonsalves
hi does django have anything readymade for batched retrieval and display of records? if not, what is the best practice for doing this? -- regards kg http://www.livejournal.com/users/lawgon tally ho! http://avsap.org.in ಇಂಡ್ಲಿನಕ್ಸ வாழ்க!