Debug toolbar for Plain applications
Project description
plain.toolbar
Debug toolbar for Plain applications.
Installation
uv add plain.toolbar
Add it to your INSTALLED_PACKAGES:
# app/settings.py
INSTALLED_PACKAGES = [
"plain.toolbar",
# other packages...
]
Add the toolbar to your base template:
<!-- app/templates/base.html -->
<!DOCTYPE html>
<html>
<body>
{% block content required %}{% endblock %}
{% toolbar %}
</body>
</html>
The toolbar will appear when settings.DEBUG is True or when request.user.is_admin is True.
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
plain_toolbar-0.4.0.tar.gz
(8.7 kB
view details)
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 plain_toolbar-0.4.0.tar.gz.
File metadata
- Download URL: plain_toolbar-0.4.0.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38d4581e24f5104a86b40ee90a498ad940696a499986937ad5fb918598406a22
|
|
| MD5 |
6ffd77c1f26f289110b8843a686d78e0
|
|
| BLAKE2b-256 |
67f418ec64afe6b2dc05b582fdb8d2aeda56ccd27d4bbc59fae9df4f740f2282
|
File details
Details for the file plain_toolbar-0.4.0-py3-none-any.whl.
File metadata
- Download URL: plain_toolbar-0.4.0-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97dc30d91348ebc376b4622e2a20e27379176bca454da4c630dc29b87dc2cf9c
|
|
| MD5 |
5b04bdc125d86c101d155bdec0965c13
|
|
| BLAKE2b-256 |
2d600e460d7e195538f77b66cd2fce082add8fc852a1b806bccc8ac056634fce
|