Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
heuzef
/
pinry
mirror da
https://github.com/pinry/pinry.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
44
Wiki
Attività
Sfoglia il codice sorgente
Feature: Add bootstrap command in Makefile
tags/v2.0.1
winkidney
5 anni fa
parent
ddd9f73d21
commit
4ec3e20500
2 ha cambiato i file
con
4 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+3
-0
Makefile
+1
-1
README.rst
+ 3
- 0
Makefile
Vedi 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
Vedi 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 : )
Scrivi
Anteprima
Caricamento…
Annulla
Salva