Metadata-Version: 1.1
Name: django-sql-debug
Version: 0.0.1
Summary: Django Sql Debug
Home-page: https://github.com/socketubs/django-sql-debug
Author: Geoffrey Lehée
Author-email: hello@socketubs.org
License: MIT
Description: ================
        Django SQL Debug
        ================
        
        Installation
        ------------
        
        ::
        
            pip install django-sql-debug
        
        Add ``django_sql_debug`` app before ``debug_toolbar`` in ``INSTALLED_APPS``.
        
        Configuration
        -------------
        
        In your ``settings.py`` just overwrite ``SQL_DEBUG_CONFIG`` dict. For example: ::
        
            SQL_DEBUG_CONFIG = {
                'HTML_REPORT_PATH': os.path.join(BASE_DIR, '..', 'sql_reports')
            }
        
        License
        -------
        
        MIT.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
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
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
