From 9ecf546120b25465bee64e4245c8ccc6daf00c15 Mon Sep 17 00:00:00 2001 From: higs4281 Date: Tue, 27 Dec 2016 17:20:14 -0500 Subject: [PATCH] update docs --- docs/api.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/api.md b/docs/api.md index a2ae3fb..8f7e298 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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: