Merge pull request #56 from lazerwalker/patch-1

Update v2 db setup instructions to use local config
This commit is contained in:
Zane Adickes 2015-10-02 12:49:12 -04:00
commit da708cb48d

View file

@ -47,7 +47,7 @@ $ make wipe_db
To build out the data you'll need to jump into the Django shell
```
$ python manage.py shell
$ python manage.py shell --settings=config.local
```
and run the build script with
```