# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-django-graphiql-debug-toolbar VERSION= 0.2.0 KEYWORDS= python VARIANTS= v12 v13 SDESC[v12]= Django Debug Toolbar for GraphiQL IDE (3.12) SDESC[v13]= Django Debug Toolbar for GraphiQL IDE (3.13) HOMEPAGE= https://github.com/flavors/django-graphiql-debug-toolbar CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/89/20/01a382fcddafea07065486cbc2d21b83eaa1c57e3a0baa0ab6cb103c12fb DISTFILE[1]= django_graphiql_debug_toolbar-0.2.0-py3-none-any.whl:main DIST_SUBDIR= python-src DF_INDEX= 1 SPKGS[v12]= single SPKGS[v13]= single OPTIONS_AVAILABLE= PY312 PY313 OPTIONS_STANDARD= none VOPTS[v12]= PY312=ON PY313=OFF VOPTS[v13]= PY312=OFF PY313=ON DISTNAME= django_graphiql_debug_toolbar-0.2.0.dist-info GENERATED= yes [PY312].RUN_DEPENDS_ON= python-Django:single:v12 python-django-debug-toolbar:single:v12 python-graphene-django:single:v12 [PY312].USES_ON= python:v12,wheel [PY313].RUN_DEPENDS_ON= python-Django:single:v13 python-django-debug-toolbar:single:v13 python-graphene-django:single:v13 [PY313].USES_ON= python:v13,wheel [FILE:831:descriptions/desc.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]. [FILE:142:distinfo] 85bf4e4bdf6b699aa07567bcd28f16454742bf24b3c3334c502bc0be40777777 7319 python-src/django_graphiql_debug_toolbar-0.2.0-py3-none-any.whl