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.6.0.tar.gz
(9.5 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.6.0.tar.gz.
File metadata
- Download URL: plain_toolbar-0.6.0.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a54f36b0806e21b4c9de5ce6af390596b03b5762f71a8a4b3f53a13961a1cd86
|
|
| MD5 |
ce6e1db2074a16192065c9d6a4ed3343
|
|
| BLAKE2b-256 |
4089cc193d845b45a2cc84cf1b07fdcae83593b8229541ba1cd618266fe9eb3a
|
File details
Details for the file plain_toolbar-0.6.0-py3-none-any.whl.
File metadata
- Download URL: plain_toolbar-0.6.0-py3-none-any.whl
- Upload date:
- Size: 12.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89a596b4476aa514de2692e6b0e46ec0f410a8dba0f899a3a7317f131c4f8572
|
|
| MD5 |
041a7210e5d97b693018d1e0b9d5edc6
|
|
| BLAKE2b-256 |
16b8262106735451f4880added58df6679c89e6fd0b703cbe3b1586d8c83c7f7
|