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