Metadata-Version: 1.1
Name: django-haystack-panel
Version: 0.1.0
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: Copyright (c) 2012, Chris Streeter

All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer. Redistributions in binary form
must reproduce the above copyright notice, this list of conditions and the
following disclaimer in the documentation and/or other materials provided
with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

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: Framework :: Django
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
