Installation
Requirements
| Dependency | Version |
|---|---|
| Python | 3.11+ |
| Django | 4.2, 5.2, 6.0 |
All three major databases are supported and tested in CI:
| Database | Notes |
|---|---|
| PostgreSQL | Full support — recommended for production |
| MySQL / MariaDB | Full support |
| SQLite | Full support — used in development and tests |
Install the package
Add to INSTALLED_APPS
That's it. You can now run:
Optional: enable auto-run after migrations
To have the audit run automatically every time manage.py migrate completes, add AUTO_RUN to your settings:
See Auto-Run After Deployments for details.