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.2.0.tar.gz
(9.1 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.2.0.tar.gz.
File metadata
- Download URL: plain_toolbar-0.2.0.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
443817d85505876d950eb788de8e34a95aeca6d031eb15134f3bd1996057b2d5
|
|
| MD5 |
6f20f494eb499cf7b01f2785b51f8e1a
|
|
| BLAKE2b-256 |
9ba61d38d3e216a2654170d2136b471a91abf52387ec2fa3acd43fcfd7d27808
|
File details
Details for the file plain_toolbar-0.2.0-py3-none-any.whl.
File metadata
- Download URL: plain_toolbar-0.2.0-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7814f3163e9d181626449b0222502d64912959af2f6e636bc5646615d8f7247
|
|
| MD5 |
f074ff8f52661139400d86b25c95e174
|
|
| BLAKE2b-256 |
1597657691d6562d3f72ecc59a210f7cc3673bd5e5947102575e4a0f114ae5ca
|