예제 #1
0
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")
예제 #2
0
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")
예제 #3
0
def _local_setup():
    # put your own defaults here
    fablib._setup_path()
예제 #4
0
def _local_setup():
    # put your own defaults here
    fablib._setup_path()