Feature: Add shell command in Makefile

This commit is contained in:
winkidney
2019-02-21 18:32:36 +08:00
parent fd0e1d87ba
commit 22f070ff2b

View File

@@ -17,3 +17,5 @@ install:
pipenv install
test:
pipenv run python manage.py test
shell:
pipenv run python manage.py shell