Skip to content

Commit

Permalink
fixed fabfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrant committed Mar 7, 2014
1 parent 44a6082 commit ec7326c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ def update():
run('git pull')

def schema():
with cd(ROOT), shell_env(DJANGO_SETTINGS_MODULE='django_recipes.settings.production'):
with cd(ROOT), shell_env(DJANGO_SETTINGS_MODULE='django_kids.settings.production'):
run('env/bin/python ./manage.py migrate links')

def backupdb():
with cd(ROOT):
run('./backupLocalDB.sh recipes_kids')
run('./backupLocalDB.sh django_kids')

def static():
with cd(ROOT):
Expand Down

0 comments on commit ec7326c

Please sign in to comment.