From fd3f027757718500552e2d86c01275e79428aeaa Mon Sep 17 00:00:00 2001 From: Arman Frasier Date: Tue, 2 May 2017 12:12:09 -0400 Subject: [PATCH 1/7] Update loading_data.md Adding tertiary data load commands to documentation --- loading_data.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/loading_data.md b/loading_data.md index ff4808cb51..78384a2664 100644 --- a/loading_data.md +++ b/loading_data.md @@ -50,3 +50,11 @@ Run the following Django management command to load a single submission from the **Note:** If the specified submission has already been loaded, this command will delete the existing records first. Thus, the `load_submission` command is safe to re-run. `python manage.py load_submission [broker submission_id]` + +### Other data loading related commands + +* `python manage.py update_location_usage_flags` - Updates all locations to have proper usage flags. This should be run after any set of submission loads to ensure the flags are properly set. + +* `python manage.py load_executive_compensation --all` - Loads executive compensation data for any currently loaded submissions. For more information on other options for this command, reference the command's help text. + +* `python manage.py load_subawards --all` - Loads subwards for any currently loaded submissions. For more information on other options for this command, reference the command's help text. From 324a69640947ee3a5d15a5bda652a898f886d3e5 Mon Sep 17 00:00:00 2001 From: Arman Frasier Date: Tue, 2 May 2017 12:21:22 -0400 Subject: [PATCH 2/7] Update loading_data.md --- loading_data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loading_data.md b/loading_data.md index 78384a2664..89b3ac5609 100644 --- a/loading_data.md +++ b/loading_data.md @@ -57,4 +57,4 @@ Run the following Django management command to load a single submission from the * `python manage.py load_executive_compensation --all` - Loads executive compensation data for any currently loaded submissions. For more information on other options for this command, reference the command's help text. -* `python manage.py load_subawards --all` - Loads subwards for any currently loaded submissions. For more information on other options for this command, reference the command's help text. +* `python manage.py load_subawards --all` - Loads subwards for any currently loaded submissions. For more information on other options for this command, reference the command's help text. Note that this command only needs to be run when subaward data has been updated after the original submission has been loaded; during the normal submission loading process the current set of subawards will be loaded. From c3a47b96ec11d8b7e2dcf9eae2c8172fffccc59d Mon Sep 17 00:00:00 2001 From: Kaitlin Devine Date: Fri, 5 May 2017 19:28:30 -0400 Subject: [PATCH 3/7] removed white background in logo from endpoint pages --- usaspending_api/templates/rest_framework/api.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usaspending_api/templates/rest_framework/api.html b/usaspending_api/templates/rest_framework/api.html index a66abfb526..c80654f787 100644 --- a/usaspending_api/templates/rest_framework/api.html +++ b/usaspending_api/templates/rest_framework/api.html @@ -8,7 +8,7 @@