mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 03:13:06 +00:00
Merge pull request #56 from lazerwalker/patch-1
Update v2 db setup instructions to use local config
This commit is contained in:
commit
da708cb48d
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