mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 03:13:06 +00:00
chore(build): add shell entry in Makefile
This commit is contained in:
parent
67184ce2f9
commit
2fbfdedce0
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -25,3 +25,6 @@ clean:
|
|||
|
||||
migrate:
|
||||
python manage.py migrate --settings=config.local
|
||||
|
||||
shell:
|
||||
python manage.py shell --settings=config.local
|
||||
|
|
Loading…
Reference in a new issue