Ce site fonctionne mieux avec JavaScript.
Accueil
Aide
Connexion
heuzef
/
pinry
miroir de
https://github.com/pinry/pinry.git
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
44
Wiki
Activité
Parcourir la source
Feature: Add bootstrap command in Makefile
tags/v2.0.1
winkidney
il y a 5 ans
Parent
ddd9f73d21
révision
4ec3e20500
2 fichiers modifiés
avec
4 ajouts
et
1 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+3
-0
Makefile
+1
-1
README.rst
+ 3
- 0
Makefile
Voir le fichier
@@ -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
Voir le fichier
@@ -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 : )
Écrire
Aperçu
Chargement…
Annuler
Enregistrer