Skip to content
fjgutier edited this page Dec 28, 2011 · 3 revisions
  1. workon Candidator (para acceder a http://localhost:8000)
  2. Parar el servidor (ctrl+C)
  3. git pull (para bajar los últimos cambios)
  4. git status (para saber que has cambiado)
  5. git add
  6. git commit -m "mensaje descriptivo del commit"
  7. git push
  8. python manage.py runserver (para levantar el servidor y acceder a http://localhost:8000)
Clone this wiki locally