Skip to content

Commit

Permalink
cambios en instrucciones
Browse files Browse the repository at this point in the history
  • Loading branch information
m4droid committed Aug 30, 2016
1 parent 226285c commit 4256fa2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@

### Instrucciones

##### 0. CREAR VIRTUALENV (CON VIRTUALENVWRAPPER)
# Nuevo ambiente
mkvirtualenv discusion

# Existente
workon discusion

##### 1. COPIAR ARCHIVO DE CONFIGURACION
# Linux / OS X
cp discusion_abierta/settings.py{.default,}
Expand All @@ -22,5 +29,5 @@
##### 4. CARGAR FIXTURES
python manage.py loaddata regiones provincias comunas

##### 5. RUN WEB SERVICE
##### 5. EJECUTAR SERVICIO WEB
python manage.py runserver

0 comments on commit 4256fa2

Please sign in to comment.