소스 검색

Feature: Add shell command in Makefile

pull/139/head
winkidney 5 년 전
부모
커밋
22f070ff2b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      Makefile

+ 2
- 0
Makefile 파일 보기

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

불러오는 중...
취소
저장