Features¶
wagtail-unveil exposes URL discovery through interactive HTML reports in the Wagtail admin, a settings diagnostic page, a dashboard panel, and a JSON API.
In This Section¶
- Backend URLs Report — Discover and test all Wagtail admin URLs
- Frontend URLs Report — Discover and test all frontend page and resolver URLs
- Platform Report — Inspect runtime versions and Python dependency inventory
- Settings Page — View effective configuration and runtime diagnostics
- Dashboard Panel — Quick-access links on the Wagtail admin home page
Access Requirements¶
HTML reports and the dashboard panel require:
- Superuser login
DEBUG=True, orWAGTAIL_UNVEIL_ENABLE_PRODUCTION_REPORTS=True
Related¶
- Getting Started — Add URLs and access reports for the first time
- Configuration — Control page limits and URL exclusions
- API Reference — Query discovery results programmatically
- Documentation Index — Back to overview