Re: very light weight django task queues

2014-04-07 Thread VidJa Hunter
thanks guys, i'm going to try a few, but django-pq looks very promising. cheers, Vid On Mon, Apr 7, 2014 at 1:53 AM, Russell Keith-Magee wrote: > Hi, > > Another option to throw onto the pile: > > https://github.com/bretth/django-pq > > This was recommended to me by Jannis Leidel (jezdez)

Re: Multiple database queries

2011-03-08 Thread VidJa Hunter
I totally agree with the one database solution, which would be my choice, if there were no legal issues attached to the different datasets. On Mon, Mar 7, 2011 at 10:49 PM, Cal Leeming [Simplicity Media Ltd] < cal.leem...@simplicitymedialtd.co.uk> wrote: > Hey Vidja, > > May I ask why so many dat

Pagination: how to find out on what page a give object will end up

2008-05-09 Thread VidJa Hunter
This is my 'problem', I have a paginator object created like this: (example with 40 objects, but in practice we are talking about several hundred objects) paginator = Paginator(queryset,5) paginator.page_range [1, 2, 3, 4, 5, 6, 7, 8] Some objects on page 1 link to objects on page 6. When a user