mirror of
https://github.com/pinry/pinry.git
synced 2026-03-01 01:31:03 +01:00
Feature: Add bootstrap command in Makefile
This commit is contained in:
3
Makefile
3
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:
|
||||
|
||||
@@ -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 : )
|
||||
|
||||
Reference in New Issue
Block a user