Tuesday, January 26, 2016

Re: django pagination

are you using python 3?
that's actually what i talking about - it's too old
try another one, like this https://github.com/jamespacileo/django-pure-pagination - follow the instructions and i hope you'll be fine

On Tuesday, January 26, 2016 at 5:09:29 PM UTC+3, Xristos Xristoou wrote:
i follow the simpe steps but i take error invalid syntax (pagination_tags.py, line 225)

Τη Δευτέρα, 25 Ιανουαρίου 2016 - 4:16:31 μ.μ. UTC+2, ο χρήστης Xristos Xristoou έγραψε:
i want to using Paginator in my main page for my post list. i see docs and examples for that but i thing my problem is a specific, because on my view i have two Querys not one.

 
def index(request):      return render_to_response("blog/posts_list.html", {          'categories': Category.objects.all(),          'posts': Posts.objects.filter(publisheddate__lte=timezone.now()).order_by('-publisheddate')      })

any idea how to use Paginator on my view ?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/6f57db3c-68e5-40f2-b35a-22d7e43b8355%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment