Port variant | v12 |
Summary | Django Debug Toolbar for GraphiQL IDE (3.12) |
BROKEN | |
Package version | 0.2.0 |
Homepage | https://github.com/flavors/django-graphiql-debug-toolbar |
Keywords | python |
Maintainer | Python Automaton |
License | Not yet specified |
Other variants | v11 |
Ravenports | Buildsheet | History |
Ravensource | Port Directory | History |
Last modified | 10 OCT 2023, 04:40:21 UTC |
Port created | 01 JAN 2023, 17:21:46 UTC |
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]. |
Build (only) |
python312:dev:std python-pip:single:v12 autoselect-python:single:std |
Build and Runtime | python312:primary:std |
Runtime (only) |
python-Django:single:v12 python-django-debug-toolbar:single:v12 python-graphene-django:single:v12 |
main | mirror://PYPIWHL/89/20/01a382fcddafea07065486cbc2d21b83eaa1c57e3a0baa0ab6cb103c12fb |
NetBox:std | Flexible IPAM and DCIM tool with plugin support |