이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
heuzef
/
pinry
의 미러
https://github.com/pinry/pinry.git
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
44
위키
활동
소스 검색
Feature: Add bootstrap command in Makefile
tags/v2.0.1
winkidney
5 년 전
부모
ddd9f73d21
커밋
4ec3e20500
2개의 변경된 파일
과
4개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
Makefile
+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 : )
쓰기
미리보기
불러오는 중...
취소
저장