Settings Page¶
The settings page is a server-rendered diagnostic view showing the effective wagtail-unveil configuration and related runtime information.
Access¶
Visit /unveil/report/settings/ while logged in as a superuser with DEBUG=True, or enable WAGTAIL_UNVEIL_ENABLE_PRODUCTION_REPORTS for production access.

You can also reach it from the Wagtail admin dashboard panel.
What It Shows¶
Configuration values — the current raw and effective values for:
WAGTAIL_UNVEIL_API_KEY— shown in masked form so the secret is never rendered in fullWAGTAIL_UNVEIL_ENABLE_PRODUCTION_REPORTSWAGTAIL_UNVEIL_PLATFORM_DEPENDENCY_FILEWAGTAIL_UNVEIL_PAGES_PER_TYPEWAGTAIL_UNVEIL_SKIP_URL_PREFIXES
Each value also shows its source: environment variable, Django settings, or package default.
Runtime diagnostics:
DEBUGstatus- HTML report access
- Superuser session API access
- Bearer API auth
Package information:
- Package version and Python/Django/Wagtail runtime versions
- Resolved Unveil API and report URLs as registered in the URL config, including the platform runtime API and platform report page
Related¶
- Backend URLs Report — Test admin URLs
- Frontend URLs Report — Test frontend URLs
- Platform Report — Inspect runtime and dependency inventory data
- Configuration — Change the effective settings
- Features Index — Back to section overview