Discover and test all URLs in your Wagtail site — frontend and admin.
Project description
wagtail-unveil
Currently in active development. You should consider this package could be unstable and subject to breaking changes.
Discover and test every URL in your Wagtail site - frontend and admin.
Overview
Wagtail sites can accumulate many URLs across the admin site and frontend. Broken routes can hide until a user hits an error. wagtail-unveil discovers your URLs and helps you verify responses for your apps routes.
It exposes discovery through:
- JSON API endpoints (Bearer token auth)
- interactive HTML reports in Wagtail admin (superuser +
DEBUG=True, orWAGTAIL_UNVEIL_ENABLE_PRODUCTION_REPORTS=True) - a dedicated settings and diagnostics page in Wagtail admin (superuser +
DEBUG=True, orWAGTAIL_UNVEIL_ENABLE_PRODUCTION_REPORTS=True) - a platform HTML report for runtime and dependency inventory diagnostics
- a dashboard panel linking to the admin report, frontend report, platform report, and settings page
- a platform runtime API endpoint for Python/Wagtail/Django version and dependency inventory
Quick Start
Canonical documentation hub: wagtail-unveil documentation
pip install wagtail-unveil==0.1.0a6
0.1.0a6is the current public alpha release. It is intended for early adopters and real-world testing, and breaking changes may still happen before a stable release. To track unreleased changes from GitHub instead, use:
pip install git+https://github.com/nm-packages/wagtail-unveil.git
Add to your INSTALLED_APPS:
INSTALLED_APPS = [
# ...
"wagtail_unveil",
# ...
]
Include package URLs:
urlpatterns = [
# ...
path("unveil/", include("wagtail_unveil.urls")),
]
curl -H "Authorization: Bearer your-secret-key" http://localhost:8000/unveil/api/v1/backend-urls/
curl -H "Authorization: Bearer your-secret-key" http://localhost:8000/unveil/api/v1/frontend-urls/
curl -H "Authorization: Bearer your-secret-key" http://localhost:8000/unveil/api/v1/platform/
For installation details, configuration, API usage, reports, and extension recipes, use the documentation hub.
Compatibility
| Python | Django | Wagtail |
|---|---|---|
| 3.10, 3.11, 3.12, 3.13, 3.14 | 4.2, 5.1, 5.2, 6.0 | 7.0 - 7.3 |
Documentation
- Documentation hub: wagtail-unveil docs
- Installation and setup: Getting Started
- Settings and API key configuration: Settings Reference
- Feature guides: Features
- JSON API reference: API Reference
- Recipes: Recipes
- Contributor docs: Contributing
- Sandbox contributor workflow: Development Guide
License
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
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 wagtail_unveil-0.1.0a6.tar.gz.
File metadata
- Download URL: wagtail_unveil-0.1.0a6.tar.gz
- Upload date:
- Size: 403.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80443d10bd21c6ae0ac0f7cfe006282b3ad8e6ac554a0fb172f5c257ce50f2f9
|
|
| MD5 |
1fc8c8c2313901878c16a1ac260c7b74
|
|
| BLAKE2b-256 |
6613b8d64dcd05dca7ed543ecc58e24ee4d648922eaced4323ccde1a0e16e87d
|
Provenance
The following attestation bundles were made for wagtail_unveil-0.1.0a6.tar.gz:
Publisher:
release.yml on nm-packages/wagtail-unveil
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
wagtail_unveil-0.1.0a6.tar.gz -
Subject digest:
80443d10bd21c6ae0ac0f7cfe006282b3ad8e6ac554a0fb172f5c257ce50f2f9 - Sigstore transparency entry: 1272460940
- Sigstore integration time:
-
Permalink:
nm-packages/wagtail-unveil@3e9938dbf3279e79a4641822da2fd152af8ba849 -
Branch / Tag:
refs/tags/v0.1.0a6 - Owner: https://github.com/nm-packages
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3e9938dbf3279e79a4641822da2fd152af8ba849 -
Trigger Event:
release
-
Statement type:
File details
Details for the file wagtail_unveil-0.1.0a6-py3-none-any.whl.
File metadata
- Download URL: wagtail_unveil-0.1.0a6-py3-none-any.whl
- Upload date:
- Size: 59.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30fa528f93a3ed153231a9753f75aee5178d82a832f6b9a5c137d08aadd93f31
|
|
| MD5 |
882fc962e84541c75dde94740b066098
|
|
| BLAKE2b-256 |
4515fe0fc7da6adb09a20093a43464e68b05ca3bd6c4585cf75290c2089851f2
|
Provenance
The following attestation bundles were made for wagtail_unveil-0.1.0a6-py3-none-any.whl:
Publisher:
release.yml on nm-packages/wagtail-unveil
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
wagtail_unveil-0.1.0a6-py3-none-any.whl -
Subject digest:
30fa528f93a3ed153231a9753f75aee5178d82a832f6b9a5c137d08aadd93f31 - Sigstore transparency entry: 1272460960
- Sigstore integration time:
-
Permalink:
nm-packages/wagtail-unveil@3e9938dbf3279e79a4641822da2fd152af8ba849 -
Branch / Tag:
refs/tags/v0.1.0a6 - Owner: https://github.com/nm-packages
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@3e9938dbf3279e79a4641822da2fd152af8ba849 -
Trigger Event:
release
-
Statement type: