{"id":17711400,"url":"https://github.com/django-commons/django-debug-toolbar","last_synced_at":"2026-04-07T04:31:39.371Z","repository":{"id":426811,"uuid":"46939","full_name":"django-commons/django-debug-toolbar","owner":"django-commons","description":"A configurable set of panels that display various debug information about the current request/response.","archived":false,"fork":false,"pushed_at":"2026-04-01T19:43:27.000Z","size":10863,"stargazers_count":8353,"open_issues_count":84,"forks_count":1078,"subscribers_count":107,"default_branch":"main","last_synced_at":"2026-04-02T06:10:48.287Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://django-debug-toolbar.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"ngmoco/syslog_logger","license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/django-commons.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":["https://jazzband.co/donate"]}},"created_at":"2008-08-28T06:58:04.000Z","updated_at":"2026-04-01T19:23:08.000Z","dependencies_parsed_at":"2023-12-11T18:43:58.730Z","dependency_job_id":"63938d14-8360-4c99-aa5a-fd1658dc4d9b","html_url":"https://github.com/django-commons/django-debug-toolbar","commit_stats":{"total_commits":2161,"total_committers":300,"mean_commits":7.203333333333333,"dds":0.8486811661267931,"last_synced_commit":"c24afa7b68100c555722472bd7873ee1c9ca58e2"},"previous_names":["django-debug-toolbar/django-debug-toolbar","django-commons/django-debug-toolbar","jazzband/django-debug-toolbar","tim-schilling/django-debug-toolbar"],"tags_count":81,"template":false,"template_full_name":null,"purl":"pkg:github/django-commons/django-debug-toolbar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-commons%2Fdjango-debug-toolbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-commons%2Fdjango-debug-toolbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-commons%2Fdjango-debug-toolbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-commons%2Fdjango-debug-toolbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/django-commons","download_url":"https://codeload.github.com/django-commons/django-debug-toolbar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-commons%2Fdjango-debug-toolbar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31500397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-10-25T08:01:01.130Z","updated_at":"2026-04-07T04:31:39.365Z","avatar_url":"https://github.com/django-commons.png","language":"Python","readme":"=====================================\nDjango Debug Toolbar |latest-version|\n=====================================\n\n|build-status| |coverage| |docs| |python-support| |django-support|\n\n.. |latest-version| image:: https://img.shields.io/pypi/v/django-debug-toolbar.svg\n   :target: https://pypi.org/project/django-debug-toolbar/\n   :alt: Latest version on PyPI\n\n.. |build-status| image:: https://github.com/django-commons/django-debug-toolbar/workflows/Test/badge.svg\n   :target: https://github.com/django-commons/django-debug-toolbar/actions/workflows/test.yml\n   :alt: Build Status\n\n.. |coverage| image:: https://img.shields.io/badge/Coverage-94%25-green\n   :target: https://github.com/django-commons/django-debug-toolbar/actions/workflows/test.yml?query=branch%3Amain\n   :alt: Test coverage status\n\n.. |docs| image:: https://img.shields.io/readthedocs/django-debug-toolbar/latest.svg\n   :target: https://readthedocs.org/projects/django-debug-toolbar/\n   :alt: Documentation status\n\n.. |python-support| image:: https://img.shields.io/pypi/pyversions/django-debug-toolbar\n   :target: https://pypi.org/project/django-debug-toolbar/\n   :alt: Supported Python versions\n\n.. |django-support| image:: https://img.shields.io/pypi/djversions/django-debug-toolbar\n   :target: https://pypi.org/project/django-debug-toolbar/\n   :alt: Supported Django versions\n\nThe Django Debug Toolbar is a configurable set of panels that display various\ndebug information about the current request/response and when clicked, display\nmore details about the panel's content.\n\nHere's a screenshot of the toolbar in action:\n\n.. image:: https://raw.github.com/django-commons/django-debug-toolbar/main/example/django-debug-toolbar.png\n   :alt: Django Debug Toolbar screenshot\n\nIn addition to the built-in panels, a number of third-party panels are\ncontributed by the community.\n\nThe current stable version of the Debug Toolbar is 6.3.0. It works on\nDjango ≥ 4.2.0.\n\nThe Debug Toolbar has experimental support for `Django's asynchronous views\n\u003chttps://docs.djangoproject.com/en/dev/topics/async/\u003e`_. Please note that\nthe Debug Toolbar still lacks the capability for handling concurrent requests.\nIf you find any issues, please report them on the `issue tracker`_.\n\nDocumentation, including installation and configuration instructions, is\navailable at https://django-debug-toolbar.readthedocs.io/.\n\nThe Django Debug Toolbar is released under the BSD license, like Django\nitself. If you like it, please consider contributing!\n\nThe Django Debug Toolbar was originally created by Rob Hudson \u003crob@cogit8.org\u003e\nin August 2008 and was further developed by many contributors_.\n\n.. _contributors: https://github.com/django-commons/django-debug-toolbar/graphs/contributors\n.. _issue tracker: https://github.com/django-commons/django-debug-toolbar/issues\n","funding_links":["https://jazzband.co/donate"],"categories":["Python","Profiling","Admin UI","Debugging Tools"],"sub_categories":["Tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjango-commons%2Fdjango-debug-toolbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjango-commons%2Fdjango-debug-toolbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjango-commons%2Fdjango-debug-toolbar/lists"}