page is passed in by the view

http://github.com/toastdriven/django-haystack/blob/master/haystack/views.py

django pagination requires page_obj

http://code.google.com/p/django-pagination/source/browse/trunk/pagination/templates/pagination/pagination.html

best wishes

Ray
--
http://raymcbride.com



On 8 April 2010 21:07, Ariel <isaacr...@gmail.com> wrote:
> That variables in the piece of code that you have given are automatically
> passed by the faceted view of the haystack to the search.html template ???
>
> On Thu, Apr 8, 2010 at 10:43 AM, Ray McBride <ray.mcbr...@gmail.com> wrote:
>>
>> Try
>>
>> {% with page as page_obj %}
>> {% paginate %}
>> {% endwith %}
>>
>> Ray
>>
>> On Apr 8, 2:57 pm, Ariel <isaacr...@gmail.com> wrote:
>> > Hi everybody:
>> > I am relatively newbie in django, I have an application with search
>> > functionalities that's why I am using haystack with solr, the search
>> > work
>> > perfectly but I need to make the pagination but I have not idea how to
>> > do
>> > it, could you give some help ??? how to do it ???
>> > Thanks in advance,
>> > Ariel
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To post to this group, send email to django-us...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to