소스 검색

Feature: Add bootstrap command in Makefile

tags/v2.0.1
winkidney 5 년 전
부모
커밋
4ec3e20500
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -0
      Makefile
  2. +1
    -1
      README.rst

+ 3
- 0
Makefile 파일 보기

@@ -6,6 +6,9 @@ migrate:
pipenv run python manage.py migrate
recover-all:
pipenv run python manage.py loaddata db-backup.all.json
bootstrap:
make install
pipenv run python manage.py collectstatic
serve:
pipenv run python manage.py runserver 0.0.0.0:8000
install:


+ 1
- 1
README.rst 파일 보기

@@ -29,7 +29,7 @@ Quick Start for Developers

You need only three following lines to initialize your pinry::

make install
make bootstrap
make serve

Now the development server has been running, enjoy : )


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