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.8.1.tar.gz
(12.6 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.8.1.tar.gz.
File metadata
- Download URL: plain_toolbar-0.8.1.tar.gz
- Upload date:
- Size: 12.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.15 {"installer":{"name":"uv","version":"0.9.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ede80434b7ab054178ebcb6f2ec4414b1a836328f733bb902791741c63be6ccc
|
|
| MD5 |
db0519f75f981e68a9ac091f2581a694
|
|
| BLAKE2b-256 |
ff6eca147d20ae40de812b89dec6a91e8b36aaf90e64b038c67dab99ab4ecd5c
|
File details
Details for the file plain_toolbar-0.8.1-py3-none-any.whl.
File metadata
- Download URL: plain_toolbar-0.8.1-py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.15 {"installer":{"name":"uv","version":"0.9.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
475af13c0e1ba38a9bad87d04fa9b73f3f49861d6056858f40507a3617e6ab8d
|
|
| MD5 |
db47b1a6c1d7cc1aa8b4bc207d5f0b26
|
|
| BLAKE2b-256 |
c413c2c7b71e6eb172f07fea17e1d25617eb8126da7dc34a018af2a9bb24f676
|