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.0.tar.gz
(8.9 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.0.tar.gz.
File metadata
- Download URL: plain_toolbar-0.1.0.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89ad7536c52dfc64f4d944725cde64bd6b0e7ecacfce45036fdeba2f0c61ee9d
|
|
| MD5 |
9eb83ea069f1fe134fb1d6cca461ba10
|
|
| BLAKE2b-256 |
7a7694d2f0db420066141657c79ab48e010546c907495d09c60a8b17f44330f9
|
File details
Details for the file plain_toolbar-0.1.0-py3-none-any.whl.
File metadata
- Download URL: plain_toolbar-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2891a6851aa1e16572c9da619f7cdd22c4cb5eff3408656625dc2e617b76762f
|
|
| MD5 |
02d71c9fdb5360bee34e505dcb228bd5
|
|
| BLAKE2b-256 |
13c4e33b920e3dc39fb9332f063f89e5ead3fcc83090003c5efee038b129c38a
|