Closed mbarton closed 1 month ago
Part of #1052
Adds a manage.py command to import answers from last years CSV export. Subsequent PRs will pre-fill questions with them.
docker compose exec django python manage.py import_org_audit_submissions --submission-period 1 --file Organisational20240209.csv
Various model fields have been renamed back to their old inconsistent names from the previous system. This simplifies the import process and will also simplify generating the CSV export back out (#1054)
Seen on STAGING, LIVE (merged by @mbarton 29 minutes and 50 seconds ago) Please check your changes!
Part of #1052
Adds a manage.py command to import answers from last years CSV export. Subsequent PRs will pre-fill questions with them.
Various model fields have been renamed back to their old inconsistent names from the previous system. This simplifies the import process and will also simplify generating the CSV export back out (#1054)