Browse Source

Feature: Add shell command in Makefile

pull/139/head
winkidney 5 years ago
parent
commit
22f070ff2b
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Makefile

+ 2
- 0
Makefile View File

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

Loading…
Cancel
Save