Metadata-Version: 1.1
Name: django-haystack-panel
Version: 0.1.1
Summary: A Django Debug Toolbar panel for Haystack
Home-page: http://github.com/streeter/django-haystack-panel
Author: Chris Streeter
Author-email: chris@chrisstreeter.com
License: MIT
Description: # django-haystack-panel
        
        A Django Debug Toolbar panel for Haystack
        
        ## About
        
        This is a panel for Django Debug Toolbar that displays query results from
        Haystack.
        
        ## Installation
        
        Install using `pip`:
        
        ```
        pip install django-haystack-panel
        ```
        
        or install the development version from source:
        
        ```
        pip install git+git@github.com:streeter/django-haystack-panel.git
        ```
        
        Then add `haystack_panel` to your `INSTALLED\_APPS` so that we can find the
        templates in the panel. Also, add `'haystack_panel.panel.HaystackDebugPanel'`
        to your `DEBUG_TOOLBAR_PANELS`.
        
        ## Usage
        
        TODO
        
        ## Testing
        
        There are no tests yet. Yeah, I know, I need to add some tests.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
