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.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.5.1.tar.gz.
File metadata
- Download URL: plain_toolbar-0.5.1.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f74df858ac5435d3c801cb82e39b9d793a78984caaa4f62024822c386a451f0
|
|
| MD5 |
01b233ea3fa8f0e7cdcaf869f25f4006
|
|
| BLAKE2b-256 |
d91ddba5558fb858aa82d8240592299c9c8888debd3fc2f20d99256d176e2990
|
File details
Details for the file plain_toolbar-0.5.1-py3-none-any.whl.
File metadata
- Download URL: plain_toolbar-0.5.1-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
acdf48a9b8ad6440b5aaaff093e772e53f0f380c0b973cccf3483eeb77fa873e
|
|
| MD5 |
ca648816977a1bd51f0a2645db579e3c
|
|
| BLAKE2b-256 |
65357d3cd79bb8c5084d3ea3c86f9fd72f634fbb677e0e65e90e7eb39e2ff13a
|