Currently, documents are connected to the Agency and Office model via a slug. They should be connected as foreign keys to allow us to easily get Agency documents and vise versa. Also connecting these models will help with validating possibly unlinked documents on imports.
Note: ensure that agency documents are not deleted with load_agency_documents.py is run.
Currently, documents are connected to the Agency and Office model via a slug. They should be connected as foreign keys to allow us to easily get Agency documents and vise versa. Also connecting these models will help with validating possibly unlinked documents on imports.
Note: ensure that agency documents are not deleted with load_agency_documents.py is run.