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.1.1.tar.gz
(9.0 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.1.1.tar.gz.
File metadata
- Download URL: plain_toolbar-0.1.1.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eaab458c4109ee848124e6aaf264e69f6d63db9d64e25a7334e53f6894076e63
|
|
| MD5 |
548f7c18d953f1c90d826b40343305de
|
|
| BLAKE2b-256 |
da69544b4e047b78ddc736f02e6e9a47f85d5c600af018114e9f1a2fd8393560
|
File details
Details for the file plain_toolbar-0.1.1-py3-none-any.whl.
File metadata
- Download URL: plain_toolbar-0.1.1-py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a0f2629853706be2ab3981c7cf2b8469ce7150b8fea80658fe7b302399714ea
|
|
| MD5 |
c0ded22db2181dd80bad51e3573e32b9
|
|
| BLAKE2b-256 |
6731a02dc1c1cd93a5894c45238ca0e36832e24339908724624af2bfb8c80182
|