diff --git a/README.md b/README.md index 3fcf6f68..897b3038 100755 --- a/README.md +++ b/README.md @@ -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 ```