What problem does it solve?
Provides a reproducible, no-mock workflow to verify that Django and Flask applications install dependencies, apply migrations, start correctly, and expose healthy HTTP endpoints and auth flows while capturing verifiable evidence for audits and debugging.
Core Features & Use Cases
- Dependency installation verification and capture of installer output to evidence files.
- Migration status checks and applying outstanding migrations with recorded logs.
- Server startup validation for development and production-like runs (including Gunicorn) and health/root endpoint checks.
- CRUD and authentication endpoint testing using HTTP requests with saved responses and status codes for later review.
- Admin interface accessibility checks and guidance for creating a superuser when needed.
Quick Start
Run the validation workflow by activating the virtual environment, installing requirements, applying migrations, starting the server, and performing the curl-based endpoint and auth checks to save evidence.