From: Bryan Bonvallet Date: Fri, 9 Jan 2015 17:22:38 +0000 (-0500) Subject: adding clarification about USDE school handling. X-Git-Tag: release-20150131~16 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a4c40113bf4cdb98515247f257d8fbb628dc6504;p=oweals%2Fkarmaworld.git adding clarification about USDE school handling. --- diff --git a/README.md b/README.md index 4b6346e..98209e7 100644 --- a/README.md +++ b/README.md @@ -280,9 +280,13 @@ a few setup steps: 1. `foreman run python manage.py syncdb --migrate --noinput` 1. `foreman run python manage.py createsuperuser` 1. `foreman run python manage.py fetch_usde_csv ./schools.csv` - 1. `foreman run python manage.py import_usde _csv ./schools.csv` + 1. `foreman run python manage.py import_usde_csv ./schools.csv` 1. `foreman run python manage.py sanitize_usde_schools` +* `fetch_usde_csv` downloads school records and stores them to `./schools.csv`. This file name + and location is arbitrary. As long as the same file is passed into `import_usde_csv` for + reading, everything should be fine. + ## Run Ensure environment variables are available to `foreman` by copying `.env.example`