Django Debug Toolbar for GraphiQL IDE.
Project description
Django GraphiQL Debug Toolbar
Django Debug Toolbar for GraphiQL IDE.
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.
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
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | aec7a9e096594123d9fc359a583da794a0020b5391d941dda584ce1e667e0afd |
|
MD5 | 6f559229718b700f1007231bd90b226a |
|
BLAKE2b-256 | c1895f162ce1fbb3f7824b88906d78ce0af7c0fb4791e95ec9f1bf7dda958a5f |
File details
Details for the file django_graphiql_debug_toolbar-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: django_graphiql_debug_toolbar-0.2.0-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.9.6 Linux/5.8.0-1039-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85bf4e4bdf6b699aa07567bcd28f16454742bf24b3c3334c502bc0be40777777 |
|
MD5 | 29d6af9b068d0bea1ffcd67f5cbd66a3 |
|
BLAKE2b-256 | 892001a382fcddafea07065486cbc2d21b83eaa1c57e3a0baa0ab6cb103c12fb |