add fills

This commit is contained in:
2026-04-23 13:48:31 -06:00
parent 16b050c195
commit 0c6de0babe
5 changed files with 25 additions and 146 deletions

View File

@@ -27,6 +27,10 @@ python run_test.py # Run flake8 lint + coverage in one step
python run_test.py -m account # Run flake8 + tests for a single module
python run_test.py -c # Run flake8 + tests + open HTML coverage report
## Testing Policy
Do not write tests
# Initial setup
python manage.py inituser --username admin --password <pw> --action create_super_admin
python manage.py inituser --username admin --password <pw> --action reset