Skip to content

Instantly share code, notes, and snippets.

View galvarado's full-sized avatar
🏠
Working from home

Guillermo Alvarado galvarado

🏠
Working from home
View GitHub Profile
@galvarado
galvarado / fabfile.py
Created September 19, 2012 16:43
fabfile
from fabric.api import *
from fabric.context_managers import hide
def dev():
env.enviroment = 'dev'
env.branch = 'dev'
env.push_code = True
env.collect_static = False
env.resetdb = True