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

feat: add django-debug-toolbar #575

Merged
merged 7 commits into from
Sep 9, 2024
Merged

Conversation

tom-webber
Copy link
Contributor

This PR adds the django-debug-toolbar to the Django app. It adds a UI toolbar with a bunch of useful debugging tools, including current app settings / env vars, and a page-load timeline.

As currently set (default settings), this toolbar will appear during local development, as the following defaults are met:

SHOW_TOOLBAR_CALLBACK
... DEBUG must be set to True and the IP of the request must be in INTERNAL_IPS

@tom-webber tom-webber force-pushed the feature/add-django-debug-toolbar branch from 5aba044 to 2678a6e Compare August 23, 2024 14:10
@tom-webber tom-webber merged commit 0d450c2 into main Sep 9, 2024
8 checks passed
@tom-webber tom-webber deleted the feature/add-django-debug-toolbar branch September 9, 2024 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants