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.5.0.tar.gz
(8.8 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.0.tar.gz.
File metadata
- Download URL: plain_toolbar-0.5.0.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ca813731d83d87ae6fb9353df6c0851356470cb5326cb835229355f92739936
|
|
| MD5 |
0a1f579c3685bfb60fde300cabba8a61
|
|
| BLAKE2b-256 |
8cd781f32590160e9d63b494614cdcc2884b5074ad4b12ba107a524f98f86390
|
File details
Details for the file plain_toolbar-0.5.0-py3-none-any.whl.
File metadata
- Download URL: plain_toolbar-0.5.0-py3-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad2063e70341c705516daf70e9f6d443699ec088017b6e0596790fd5a5a5463c
|
|
| MD5 |
32800e2feb09630bc8bac9cdffc41ee6
|
|
| BLAKE2b-256 |
ecf9d5f140647a07df69078baf89f5171723cab0decdc4312387d9289e74659b
|