Metadata-Version: 1.1
Name: django-pinba
Version: 1.0
Summary: django pinba
Home-page: http://github.com/gotlium/django-pinba
Author: GoTLiuM InSPiRiT
Author-email: gotlium@gmail.com
License: UNKNOWN
Description: Django-Pinba
        ============
        
        What's that
        -----------
        App for collect Django statistics into PinbaEngine.
        
        Installation:
        -------------
        1. Package:
        
        .. code-block:: bash
        
            $  sudo pip install django-pinba
        
        2. Add the ``pinba.middleware.PinbaMiddleware`` application
            to ``MIDDLEWARE_CLASSES`` in your settings
        3. Add pinba-engine configuration:
        
        .. code-block:: python
        
            PINBA_SERVER = '192.168.55.11'
            PINBA_PORT = 30002
            PINBA_ENABLED = True
        
        
Keywords: django pinba
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
