streeter / django-haystack-panel

A Django Debug Toolbar panel for Haystack
MIT License
40 stars 9 forks source link

Panel not recording Haystack calls. #2

Open ashchristopher opened 11 years ago

ashchristopher commented 11 years ago

image

(identity)[vagrant@vagrant identity]$ pip freeze|grep haystack django-haystack==2.0.0 django-haystack-panel==0.1.3

I am using the ElasticSearch backend, and the latest Haystack code and the panel is recording 0 calls to Haystack. I know for a fact there is one call - I have confirmed in the logs.

streeter commented 11 years ago

Thanks @ashchristopher, could you see if the panel included with django-haystack works for you? If so, then I'll investigate to see why this isn't working.

Also, what is the value for your HAYSTACK_CONNECTIONS setting?