Skip to main content

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

If you're not sure about the file name format, learn more about wheel file names.

django_graphiql_debug_toolbar-0.2.0-py3-none-any.whl (7.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django-graphiql-debug-toolbar-0.2.0.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.6 CPython/3.9.6 Linux/5.8.0-1039-azure

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.

Release history Release notifications | RSS feed

This release

0.2.0 This release

2 files

0.1.4

1 file

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

0.0.2

2 files

0.0.1

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page