{"id":26061006,"url":"https://github.com/flavors/django-graphiql-debug-toolbar","last_synced_at":"2025-04-05T19:12:43.461Z","repository":{"id":29500325,"uuid":"121847997","full_name":"flavors/django-graphiql-debug-toolbar","owner":"flavors","description":"Django Debug Toolbar for GraphiQL IDE and Graphene","archived":false,"fork":false,"pushed_at":"2024-07-14T07:46:29.000Z","size":79,"stargazers_count":72,"open_issues_count":12,"forks_count":25,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-29T18:06:36.317Z","etag":null,"topics":["debug","django","graphene","graphiql","graphql","toolbar"],"latest_commit_sha":null,"homepage":"https://pypi.python.org/pypi/django-graphiql-debug-toolbar","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flavors.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-17T11:00:43.000Z","updated_at":"2023-09-10T02:48:21.000Z","dependencies_parsed_at":"2023-02-18T11:55:25.593Z","dependency_job_id":null,"html_url":"https://github.com/flavors/django-graphiql-debug-toolbar","commit_stats":{"total_commits":88,"total_committers":3,"mean_commits":"29.333333333333332","dds":"0.022727272727272707","last_synced_commit":"76f7d50e0cdf9f85e3179bc5960ca55506186067"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flavors%2Fdjango-graphiql-debug-toolbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flavors%2Fdjango-graphiql-debug-toolbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flavors%2Fdjango-graphiql-debug-toolbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flavors%2Fdjango-graphiql-debug-toolbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flavors","download_url":"https://codeload.github.com/flavors/django-graphiql-debug-toolbar/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247386265,"owners_count":20930619,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debug","django","graphene","graphiql","graphql","toolbar"],"created_at":"2025-03-08T14:47:50.181Z","updated_at":"2025-04-05T19:12:43.433Z","avatar_url":"https://github.com/flavors.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django GraphiQL Debug Toolbar\n\n[![Tests](https://github.com/flavors/django-graphiql-debug-toolbar/actions/workflows/test-suite.yml/badge.svg)](https://github.com/flavors/django-graphiql-debug-toolbar/actions)\n[![Coverage](https://img.shields.io/codecov/c/github/flavors/django-graphiql-debug-toolbar?color=%2334D058)](https://codecov.io/gh/flavors/django-graphiql-debug-toolbar)\n[![Codacy](https://app.codacy.com/project/badge/Grade/354f70cdefda40938c397d8651a2a06c)](https://www.codacy.com/gh/flavors/django-graphiql-debug-toolbar/dashboard)\n[![Package version](https://img.shields.io/pypi/v/django-graphiql-debug-toolbar.svg)](https://pypi.python.org/pypi/django-graphiql-debug-toolbar)\n\n[Django Debug Toolbar](https://github.com/jazzband/django-debug-toolbar) for [GraphiQL](https://github.com/graphql/graphiql) IDE.\n\n![Graphiql Debug Toolbar](https://user-images.githubusercontent.com/5514990/36340937-1937ee68-1419-11e8-8477-40622e98c312.gif)\n\n## Dependencies\n\n*   Python ≥ 3.6\n*   Django ≥ 2.2\n\n## Installation\n\nInstall last stable version from Pypi.\n\n```sh\npip install django-graphiql-debug-toolbar\n````\n\nSee the [documentation](https://django-debug-toolbar.readthedocs.io/en/stable/installation.html) for further guidance on setting *Django Debug Toolbar*.\n\nAdd `graphiql_debug_toolbar` to your *INSTALLED_APPS* settings:\n\n```py\nINSTALLED_APPS = [\n    'debug_toolbar',\n    'graphiql_debug_toolbar',\n]\n```\n\n**Replace** the Django Debug Toolbar **middleware** with the GraphiQL Debug Toolbar one. \n\n```py\nMIDDLEWARE = [\n    # 'debug_toolbar.middleware.DebugToolbarMiddleware',\n    'graphiql_debug_toolbar.middleware.DebugToolbarMiddleware',\n]\n```\n\nCredits to [@jazzband](https://jazzband.co) / [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflavors%2Fdjango-graphiql-debug-toolbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflavors%2Fdjango-graphiql-debug-toolbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflavors%2Fdjango-graphiql-debug-toolbar/lists"}