# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-django-graphiql-debug-toolbar VERSION= 0.2.0 KEYWORDS= python VARIANTS= py310 py311 SDESC[py310]= Django Debug Toolbar for GraphiQL IDE (3.10) SDESC[py311]= Django Debug Toolbar for GraphiQL IDE (3.11) 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 DF_INDEX= 1 SPKGS[py310]= single SPKGS[py311]= single OPTIONS_AVAILABLE= PY310 PY311 OPTIONS_STANDARD= none VOPTS[py310]= PY310=ON PY311=OFF VOPTS[py311]= PY310=OFF PY311=ON DISTNAME= django_graphiql_debug_toolbar-0.2.0.dist-info GENERATED= yes [PY310].RUN_DEPENDS_ON= python-Django:single:py310 python-django-debug-toolbar:single:py310 python-graphene-django:single:py310 [PY310].USES_ON= python:py310,wheel [PY311].RUN_DEPENDS_ON= python-Django:single:py311 python-django-debug-toolbar:single:py311 python-graphene-django:single:py311 [PY311].USES_ON= python:py311,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:131:distinfo] 85bf4e4bdf6b699aa07567bcd28f16454742bf24b3c3334c502bc0be40777777 7319 django_graphiql_debug_toolbar-0.2.0-py3-none-any.whl