Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
heuzef
/
pinry
espelhamento de
https://github.com/pinry/pinry.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
44
Wiki
Atividade
Ver código fonte
Feature: Add bootstrap command in Makefile
tags/v2.0.1
winkidney
5 anos atrás
pai
ddd9f73d21
commit
4ec3e20500
2 arquivos alterados
com
4 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+3
-0
Makefile
+1
-1
README.rst
+ 3
- 0
Makefile
Ver arquivo
@@ -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 arquivo
@@ -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é-visualização
Carregando…
Cancelar
Salvar