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.2.tar.gz
(9.3 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.2.tar.gz.
File metadata
- Download URL: plain_toolbar-0.5.2.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86ea342067401692239187d2d497ea58dce09899233143aa0b5fd4152364a504
|
|
| MD5 |
34a0310cf26dcfed21a5a70075b64909
|
|
| BLAKE2b-256 |
be1557c1f2078460868cfd352c8542ce07fddf52474daabb583bb13cfb6ff0e6
|
File details
Details for the file plain_toolbar-0.5.2-py3-none-any.whl.
File metadata
- Download URL: plain_toolbar-0.5.2-py3-none-any.whl
- Upload date:
- Size: 12.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60925224a7883d08555046f2e4d832bc4cbe7ef67fda13917db47bb64cde18d8
|
|
| MD5 |
307b720c084b0d52c2f96d8f242a3b78
|
|
| BLAKE2b-256 |
b176b1a66c61a822e860846f0a31c3dbea0bf723dcbd1217db294a01e4efc5eb
|