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)
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
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
3 matches
Mail list logo