Skip to main content

A collection of tools to inspect the SQL activity happening under the hood of a Django project.

Project description

PRELIMINARY: NOTHING REALLY USEFUL HERE, YET. STAY TUNED

A collection of tools to inspect the SQL activity happening under the hood of a Django project

Quick start

  1. Installation:

    pip install django-query-inspector
  2. Add “quary_inspector” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'quary_inspector',
    ]

History

v0.0.1

  • Initial setup

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

django_query_inspector-0.0.1-py2.py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page