diff --git a/Makefile b/Makefile index 3086ae2..75ddb0b 100644 --- a/Makefile +++ b/Makefile @@ -17,3 +17,5 @@ install: pipenv install test: pipenv run python manage.py test +shell: + pipenv run python manage.py shell