This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
Browse Source
Feature: Add bootstrap command in Makefile
tags/v2.0.1
winkidney
5 years ago
parent
ddd9f73d21
commit
4ec3e20500
2 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
Makefile
+1
-1
README.rst
+ 3
- 0
Makefile
View File
@@ -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
View File
@@ -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 : )
Write
Preview
Loading…
Cancel
Save