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.
Release files for django-graphiql-debug-toolbar 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-graphiql-debug-toolbar-0.2.0.tar.gz | 5.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_graphiql_debug_toolbar-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.3 kB
Release files / django-graphiql-debug-toolbar-0.2.0.tar.gz
| Download URL | django-graphiql-debug-toolbar-0.2.0.tar.gz |
|---|---|
| Size | 5.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
aec7a9e096594123d9fc359a583da794a0020b5391d941dda584ce1e667e0afd
|
|
BLAKE2b-256 checksum How to use checksums |
c1895f162ce1fbb3f7824b88906d78ce0af7c0fb4791e95ec9f1bf7dda958a5f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.6 CPython/3.9.6 Linux/5.8.0-1039-azure
|
Release files / django_graphiql_debug_toolbar-0.2.0-py3-none-any.whl
| Download URL | django_graphiql_debug_toolbar-0.2.0-py3-none-any.whl |
|---|---|
| Size | 7.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
85bf4e4bdf6b699aa07567bcd28f16454742bf24b3c3334c502bc0be40777777
|
|
BLAKE2b-256 checksum How to use checksums |
892001a382fcddafea07065486cbc2d21b83eaa1c57e3a0baa0ab6cb103c12fb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.6 CPython/3.9.6 Linux/5.8.0-1039-azure
|