###Freeven ###Clonar el repositorio y configurar los credenciales
git clone "https://github.com/UAMISO4101/rocket201620.git"
cd freeven
git config user.name "{{your user}}"
git config user.email "{{your email}}"
git config credential.helper store
git pull
###Instancias de Freeven: Desarrollo: https://freeven-srv-dev.herokuapp.com Pruebas: https://freeven-srv-stg.herokuapp.com Producción: https://freeven-srv.herokuapp.com
python manage.py runserver --settings=freeven.settings.dev
celery -A freeven worker --loglevel=info
master-integration