mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-21 19:03:08 +00:00
chore: Remove old dev-data fixture
This commit is contained in:
parent
a81d2907a4
commit
a9ce856253
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -9,7 +9,6 @@ lint:
|
|||
|
||||
setup:
|
||||
python manage.py migrate --settings=config.local
|
||||
python manage.py loaddata dev-data.json --settings=config.local
|
||||
|
||||
wipe_db:
|
||||
rm -rf db.sqlite3
|
||||
|
|
Loading…
Reference in a new issue