From 7f58c7acdd3a56435394c7ade46a46339b203c35 Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 13 Jun 2012 23:28:04 +0530 Subject: [PATCH] fabfile --- fabfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabfile.py b/fabfile.py index 414c29a..e647e25 100644 --- a/fabfile.py +++ b/fabfile.py @@ -40,7 +40,7 @@ def setup(): update_requirements() def deploy(): -# bzr_push() + bzr_push() bzr_update() # virtual_run('python %(project_root)s/%(project_name)s/manage.py syncdb;python %(project_root)s/%(project_name)s/manage.py migrate'%env) run('touch %(project_root)s/wsgi/django.wsgi'%env)