Skip to main content

Django Debug Toolbar for GraphiQL IDE

Project description

Pypi Wheel Build Status Codecov Code Climate

Django Debug Toolbar for GraphiQL IDE

https://user-images.githubusercontent.com/5514990/36340939-23036dbe-1419-11e8-8a59-a04503b0f62c.gif

Dependencies

  • Python ≥ 3.4

  • Django ≥ 1.11

Installation

Install last stable version from Pypi.

pip install django-graphiql-debug-toolbar

Add graphiql_debug_toolbar to your INSTALLED_APPS settings:

INSTALLED_APPS = [
    ...
    'debug_toolbar',
    'graphiql_debug_toolbar',
]

Replace the Django Debug Toolbar middleware with the GraphiQL Debug Toolbar one.

MIDDLEWARE = [
    ...
    # 'debug_toolbar.middleware.DebugToolbarMiddleware',
    'graphiql_debug_toolbar.middleware.DebugToolbarMiddleware',
    ...
]

Limitations

Panels rendering is not supported in multiprocess environment.


Credits to @jazzband / django-debug-toolbar.

Project details


Download files

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

Source Distribution

django-graphiql-debug-toolbar-0.0.1.tar.gz (5.1 kB view details)

Uploaded Source

Built Distribution

django_graphiql_debug_toolbar-0.0.1-py2.py3-none-any.whl (6.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-graphiql-debug-toolbar-0.0.1.tar.gz.

File metadata

File hashes

Hashes for django-graphiql-debug-toolbar-0.0.1.tar.gz
Algorithm Hash digest
SHA256 31354a389f98116a398ed172339a14d8f601a20b0cf9e8fad695dd75e0f1223b
MD5 7fc8622b7f6c42b23a9188acf99aadea
BLAKE2b-256 5dc47d3a3cd2e99af5b2028c8e859d39d7f97fe52e9ccbb0e6f1577102836d6c

See more details on using hashes here.

File details

Details for the file django_graphiql_debug_toolbar-0.0.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_graphiql_debug_toolbar-0.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6e3d6f7441e3403e30d7739afa71a113fef551dbd2a0f76dc096bab7c56bcbdb
MD5 558ddf780eebc60b31d563121e38060a
BLAKE2b-256 6cdc981bfb06b6c5359c4f1c81003e10ac430aa2af09594a02510d69f31acae9

See more details on using hashes here.

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