Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
higs4281 committed Dec 27, 2016
1 parent 6541e16 commit 9ecf546
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ python manage.py load_county_limits data/2017/2017_amended.csv --confirm=y

See `/data/2017/README.md` for details about the 2017 data.

Countylimit data updates normally occur in late December. After an update is loaded and tested, we export it as a fixture to make it loadable with a standard `loaddata` Django command. This command will update the fixture:
```
python manage.py dumpdata countylimits --indent=4 > data/countylimits.json
```

#### mortgageinsurance
This app exposes a single API endpoint, `/oah-api/mortgage-insurance`, with the following parameters:

Expand Down

0 comments on commit 9ecf546

Please sign in to comment.