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.5.3.tar.gz
(9.4 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.5.3.tar.gz.
File metadata
- Download URL: plain_toolbar-0.5.3.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
398dabed3ca32830de5ba9e67da18de09e18fcbdd109e3b9c5e660c81413f9a0
|
|
| MD5 |
be8fd9bc18e5572aaa00777ae9d2f722
|
|
| BLAKE2b-256 |
bc5920e0d1c065c90d2bdc605d771e74f13a9522205a70877ca061a9bccbf27c
|
File details
Details for the file plain_toolbar-0.5.3-py3-none-any.whl.
File metadata
- Download URL: plain_toolbar-0.5.3-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5250d9e32e3ff85c2c42eb6414b0baef646668b7c2c3643a7c0fa964550a278
|
|
| MD5 |
d3f3087ba0f58e15f0a97e565db0ab0f
|
|
| BLAKE2b-256 |
2e5563df745427e7ced621e6ba89fc0d6f9e5c52bd8f10b0080484529e00cb30
|