From 22f070ff2b953b71d1758aed65f7e06851011c56 Mon Sep 17 00:00:00 2001 From: winkidney Date: Thu, 21 Feb 2019 18:32:36 +0800 Subject: [PATCH] Feature: Add shell command in Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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