python-django-graphiql-debug-toolbar
Subpackage Descriptions
single |
# 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.
```sh
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:
```py
INSTALLED_APPS = [
'debug_toolbar',
'graphiql_debug_toolbar',
]
```
**Replace** the Django Debug Toolbar **middleware** with the GraphiQL Debug
Toolbar one.
```py
MIDDLEWARE = [
# 'debug_toolbar.middleware.DebugToolbarMiddleware',
'graphiql_debug_toolbar.middleware.DebugToolbarMiddleware',
]
```
Credits to [@jazzband] / [django-debug-toolbar].
|
Configuration Switches (platform-specific settings discarded)
PY312 OFF Build using Python 3.12
PY313 ON Build using Python 3.13
Package Dependencies by Type
Download groups
main |
mirror://PYPIWHL/89/20/01a382fcddafea07065486cbc2d21b83eaa1c57e3a0baa0ab6cb103c12fb |
Distribution File Information
85bf4e4bdf6b699aa07567bcd28f16454742bf24b3c3334c502bc0be40777777 7319 python-src/django_graphiql_debug_toolbar-0.2.0-py3-none-any.whl
Ports that require python-django-graphiql-debug-toolbar:v13
No other ports depend on this one. |