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 the authenticated user has is_admin set to 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.7.1.tar.gz
(9.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.7.1.tar.gz.
File metadata
- Download URL: plain_toolbar-0.7.1.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0155bbe4fbf9caab0abdbdccc064bf2a3b1ddc4e6d72bd7ac351728cf01b433
|
|
| MD5 |
b05ffc2b6d135ce1385da759be3de1c6
|
|
| BLAKE2b-256 |
f16ce9132bea3d66f815fd11275508e2931b792fb2714f970ed9eb2fa90a99c0
|
File details
Details for the file plain_toolbar-0.7.1-py3-none-any.whl.
File metadata
- Download URL: plain_toolbar-0.7.1-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d459e4ab8833ab0f2e2d69074028936574868f62ee989868b029b16d213d94c2
|
|
| MD5 |
75619e85f90c1f44f5679cce0914d579
|
|
| BLAKE2b-256 |
e4cafb47f9e33cb10c00e6f8690a6a64e16db5e46b8ad3df3710c323e5a98507
|