mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 03:13:06 +00:00
Update v2 db setup instructions to use local config
Trying to set up a local instance, I ran into some minor trouble trying to import the v2 since the README's command to open a python shell wasn't passing in the settings config file flag, resulting in the v2 db import script trying to hit a postgres instance instead of the sqlite file. This just adds that flag to the README.
This commit is contained in:
parent
b3e91bc7d6
commit
6ba3f02b9a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue