Django Debug Toolbar for GraphiQL IDE
Project description
Django Debug Toolbar for GraphiQL IDE
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
Built Distribution
File details
Details for the file django-graphiql-debug-toolbar-0.0.1.tar.gz
.
File metadata
- Download URL: django-graphiql-debug-toolbar-0.0.1.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31354a389f98116a398ed172339a14d8f601a20b0cf9e8fad695dd75e0f1223b |
|
MD5 | 7fc8622b7f6c42b23a9188acf99aadea |
|
BLAKE2b-256 | 5dc47d3a3cd2e99af5b2028c8e859d39d7f97fe52e9ccbb0e6f1577102836d6c |
File details
Details for the file django_graphiql_debug_toolbar-0.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: django_graphiql_debug_toolbar-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e3d6f7441e3403e30d7739afa71a113fef551dbd2a0f76dc096bab7c56bcbdb |
|
MD5 | 558ddf780eebc60b31d563121e38060a |
|
BLAKE2b-256 | 6cdc981bfb06b6c5359c4f1c81003e10ac430aa2af09594a02510d69f31acae9 |