Django plugin that configures the Django Debug Toolbar
Project description
django-plugin-django-debug-toolbar
Django plugin that installs and configures the Django Debug Toolbar
Goal
The Django Debug Toolbar is amazingly useful for development. It's so powerful that it's very dangerous to activate it in production.
The goal of this plugin is to enable a developer to activate the Django Debug Toolbar with the minimum number of steps, while keeping debug related code out of the codebase.
Installation
First configure your Django project to use DJP.
Then install this plugin in the same environment as your Django application.
pip install django-plugin-django-debug-toolbar
Usage
Looking at Django Debug Toolbar's installation instructions, this plugin takes care of the following steps (using their numbering):
- #1. Install the Package
- #2. Check for Prerequisites
- setup
django.contrib.staticfiles
- setup
- #3. Install the App
- #4. Add the URLs
- #5. Add the Middleware
- #6. Configure Internal IPs
- to include
127.0.0.1
- to include
But you still need to:
- #2. Check for Prerequisites
- like settings for templates
- #6. Configure Internal IPs
- if you require IPs other than
127.0.0.1, set them inINTERNAL_IPSin your settings
- if you require IPs other than
- #7. Disable the toolbar when running tests (optional)
- perhaps do this by disabling DJP when testing
Middleware ordering
This plugin injects the Debug Toolbar Middleware early, but not too early, in the middleware list.
It needs to run after any midddleware that decodes requests (GZipMiddleware), or sets request.META['REMOTE_ADDR'] (like django-xforwardedfor-middleware or django-xff).
If you have any other middleware that needs to run before the Debug Toolbar Middleware, please open a ticket and we'll add it to the TOOLBAR_MUST_GO_AFTER list.
Development
To set up this plugin locally, first checkout the code. Then create a new virtual environment:
cd django-plugin-django-debug-toolbar
python -m venv venv
source venv/bin/activate
Now install the dependencies and test dependencies:
pip install -e '.[test]'
To run the tests:
python -m pytest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_plugin_django_debug_toolbar-0.5.2.tar.gz.
File metadata
- Download URL: django_plugin_django_debug_toolbar-0.5.2.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2dd88b60930d41e0aaa324cd1f3e9c22d638de47082e347b746c9afa81581c09
|
|
| MD5 |
61037fd059a6f6e9259895c8178d19fb
|
|
| BLAKE2b-256 |
63b2f9b4b23ca374b6f36ebc55fba42fe9f1a0a8c3dd1437734b7d9b64e049d7
|
Provenance
The following attestation bundles were made for django_plugin_django_debug_toolbar-0.5.2.tar.gz:
Publisher:
publish.yml on tomviner/django-plugin-django-debug-toolbar
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
django_plugin_django_debug_toolbar-0.5.2.tar.gz -
Subject digest:
2dd88b60930d41e0aaa324cd1f3e9c22d638de47082e347b746c9afa81581c09 - Sigstore transparency entry: 320010882
- Sigstore integration time:
-
Permalink:
tomviner/django-plugin-django-debug-toolbar@1e37be70125891f7e6f66454a47c4609bb6204ef -
Branch / Tag:
refs/tags/0.5.2 - Owner: https://github.com/tomviner
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@1e37be70125891f7e6f66454a47c4609bb6204ef -
Trigger Event:
release
-
Statement type:
File details
Details for the file django_plugin_django_debug_toolbar-0.5.2-py3-none-any.whl.
File metadata
- Download URL: django_plugin_django_debug_toolbar-0.5.2-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6efed5da5feb1b82e8e661711845e58877f2f841d6d29b0d292decbbe6e3bf0d
|
|
| MD5 |
31a65897f7bd99ff7808af8e4a36a559
|
|
| BLAKE2b-256 |
6dc600b199d7c79a43cb63dd1a4645b0db3cdf24bfd8817bbc3a5eb43b6a6356
|
Provenance
The following attestation bundles were made for django_plugin_django_debug_toolbar-0.5.2-py3-none-any.whl:
Publisher:
publish.yml on tomviner/django-plugin-django-debug-toolbar
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
django_plugin_django_debug_toolbar-0.5.2-py3-none-any.whl -
Subject digest:
6efed5da5feb1b82e8e661711845e58877f2f841d6d29b0d292decbbe6e3bf0d - Sigstore transparency entry: 320010899
- Sigstore integration time:
-
Permalink:
tomviner/django-plugin-django-debug-toolbar@1e37be70125891f7e6f66454a47c4609bb6204ef -
Branch / Tag:
refs/tags/0.5.2 - Owner: https://github.com/tomviner
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@1e37be70125891f7e6f66454a47c4609bb6204ef -
Trigger Event:
release
-
Statement type: