Skip to content
This repository has been archived by the owner on Nov 7, 2018. It is now read-only.

Commit

Permalink
yeesh, not great instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
konklone committed Feb 17, 2015
1 parent ce81776 commit 0e013c3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cloudfoundry.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ git push heroku cloudfoundry:master
heroku run python manage.py migrate
```

* Load the data.
## Load the data

Right now, load it *locally* from your laptop, with a connection string pointed at the production DB:

```bash
./manage.py load_agency_contacts /path/to/foia/contacts/data

Better instructions TBD!

0 comments on commit 0e013c3

Please sign in to comment.