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.0.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.0.tar.gz.
File metadata
- Download URL: plain_toolbar-0.7.0.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad3169850c19efb5a10b1b6b2623f4be931d5767611b6df4307aed804597ffa1
|
|
| MD5 |
466106d3544d60a226b20a4d0239e4bb
|
|
| BLAKE2b-256 |
23b608776dcdfcce08ef011e1703422beae004e2a1a6fe44a6a49595c96565b0
|
File details
Details for the file plain_toolbar-0.7.0-py3-none-any.whl.
File metadata
- Download URL: plain_toolbar-0.7.0-py3-none-any.whl
- Upload date:
- Size: 13.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49a5d7a100ca02d4eaf71f5715b0dc076843cbc5fc2569e8431e04fa6a4c3e5b
|
|
| MD5 |
eb239a11dc9706a316a0801bd4494d0f
|
|
| BLAKE2b-256 |
fde988ebc624f70e4999346013498d501c0daa87f4d712f4481e2ad29bdd7977
|