このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
heuzef
/
pinry
ミラー元
https://github.com/pinry/pinry.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
44
Wiki
アクティビティ
ソースを参照
Feature: Add bootstrap command in Makefile
tags/v2.0.1
winkidney
5年前
親
ddd9f73d21
コミット
4ec3e20500
2個のファイルの変更
、
4行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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 : )
書き込み
プレビュー
読み込み中…
キャンセル
保存