Re: pagination django

2009-03-26 Thread matehat
Just a quick thought (though I also think the question should have been asked on the Django-Users mailing list). The template tag {% cycle %} allows you to alternate between any number of values everytime it is encountered, so putting something like : {% for product in product_list %} // a sin

Re: pagination django

2009-03-25 Thread Justin Lilly
This is a question more suited for django-users as this mailing list is for the development of the core framework. -justin On Mar 25, 2009, at 6:15 AM, nicemira wrote: > > please friends, > how can I paginate my product with this method: I want to do a newline > after every two products

pagination django

2009-03-25 Thread nicemira
please friends, how can I paginate my product with this method: I want to do a newline after every two products please,answer me as soon as possible --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers"