def _local_setup(): # put your own defaults here fablib._setup_path() # override settings here # if you have an ssh key and particular user you need to use # then uncomment the next 2 lines #env.user = "******" #env.key_filename = ["/home/shared/keypair.rsa"] env.fixtures_dir = os.path.join(env.django_root, "fixtures")
def _local_setup(): # put your own defaults here fablib._setup_path()