-
Notifications
You must be signed in to change notification settings - Fork 153
rm_submission
Kirk Barden edited this page May 22, 2020
·
4 revisions
rm_submission is responsible for deleting a single submission from the USAspending database. It is executed from the command line via
./manage.py rm_submission submission_id but is also called directly from load_submission when an updated submission is detected.
rm_submission accepts one command line argument:
-
submission_idis a required positional argument used to indicate a single Brokersubmission.submission_idto be loaded.
Literally, all it does is delete a submission. It would be difficult to write a simpler management command (that actually does something).
- Home
- The DATA Act
-
Data
- Account Data (A/B/C)
-
Award Data (D1/D2)
- Contract Data (D1)
- Assistance Data (D2)
- Recipient Data (E)
- Subaward Data (F)
- File C to D Linkage
- Agency Data (Federal Hierarchy)
- Location Data
- Management Commands
- Release Notes
- Resources