Skip to main content

Django Debug Toolbar for GraphiQL IDE.

Project description

Django GraphiQL Debug Toolbar

Tests Coverage Codacy Package version

Django Debug Toolbar for GraphiQL IDE.

Graphiql Debug Toolbar

Dependencies

  • Python ≥ 3.6
  • Django ≥ 2.2

Installation

Install last stable version from Pypi.

pip install django-graphiql-debug-toolbar

See the documentation for further guidance on setting Django 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',
]

Credits to @jazzband / django-debug-toolbar.

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.2.0.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

File details

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

File metadata

File hashes

Hashes for django-graphiql-debug-toolbar-0.2.0.tar.gz
Algorithm Hash digest
SHA256 aec7a9e096594123d9fc359a583da794a0020b5391d941dda584ce1e667e0afd
MD5 6f559229718b700f1007231bd90b226a
BLAKE2b-256 c1895f162ce1fbb3f7824b88906d78ce0af7c0fb4791e95ec9f1bf7dda958a5f

See more details on using hashes here.

File details

Details for the file django_graphiql_debug_toolbar-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_graphiql_debug_toolbar-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 85bf4e4bdf6b699aa07567bcd28f16454742bf24b3c3334c502bc0be40777777
MD5 29d6af9b068d0bea1ffcd67f5cbd66a3
BLAKE2b-256 892001a382fcddafea07065486cbc2d21b83eaa1c57e3a0baa0ab6cb103c12fb

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