Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
- need to make sure the settings local.py template is created before
  querying settings.DATABASES
  • Loading branch information
alee committed Aug 5, 2015
1 parent 807b778 commit 6bc3379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ def prod():
@roles('localhost')
@task
def setup():
execute(setup_postgres)
local('cp vcweb/settings/local.py.example vcweb/settings/local.py')
execute(setup_postgres)


@roles('localhost')
Expand Down

0 comments on commit 6bc3379

Please sign in to comment.