Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unmaintained django debug panel in favour of django debug toolbar #13159

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

rtibbles
Copy link
Member

@rtibbles rtibbles commented Mar 6, 2025

Summary

  • Django debug panel is no longer maintained, and alas, no longer seems to work
  • There do seem to be plans to have a proper public API for the debug toolbar data which may allow something similar in the future
  • For now, revert to just using debug toolbar
  • Simplifies our browsable API interface so that the debug toolbar info is meaningful and about the request made, not extraneous data

Reviewer guidance

Follow the new guidance - does it work?

@github-actions github-actions bot added the DEV: backend Python, databases, networking, filesystem... label Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DEV: backend Python, databases, networking, filesystem...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant