Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
heuzef
/
pinry
espelho de
https://github.com/pinry/pinry.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
44
Wiki
Trabalho
Ver a proveniência
Feature: Add bootstrap command in Makefile
tags/v2.0.1
winkidney
há 5 anos
ascendente
ddd9f73d21
cometimento
4ec3e20500
2 ficheiros alterados
com
4 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+3
-0
Makefile
+1
-1
README.rst
+ 3
- 0
Makefile
Ver ficheiro
@@ -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
Ver ficheiro
@@ -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 : )
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar