Skip to content
This repository has been archived by the owner on Jan 25, 2018. It is now read-only.

Commit

Permalink
almost
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy McKay committed Jan 17, 2013
1 parent 74c0b6a commit ac4ef10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/update/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def update_db(ctx):
Uses schematic by default. Change to south if you need to.
"""
if not settings.IS_PROXY:
if not getattr(settings, 'IS_PROXY', False):
with ctx.lcd(settings.SRC_DIR):
ctx.local("%s %s/bin/schematic migrations" %
(settings.PYTHON, settings.VIRTUAL_ENV))
Expand Down

0 comments on commit ac4ef10

Please sign in to comment.