Metadata-Version: 1.1
Name: query-reports
Version: 0.1.2
Summary: Create model based reports in the django admin
Home-page: <Include Link to gitlab>
Author: dev@velocitywebworks.com
Author-email: <Include Your Email Here>
License: UNKNOWN
Description: Query Reports
        ========================
        
        Query Reports creates reports based on the django queryset object.
        
        
        ## Using the pretty bootstrap template
        
        If you want to use a pretty bootstrap template instead of the normal site `base.html`
        you can override `query_reports/base.html` and just put this in the file
        
            {% extends "query_reports/bootstrap_base.html" %}
        
        
        ## Running the Tests
        
        You can run the tests with via
        
            python setup.py test
        
        or
        
            python run_tests.py
        
Platform: UNKNOWN
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Framework :: Django
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
