From 779a88b0d59e5e663785e1c545251cab34862c59 Mon Sep 17 00:00:00 2001 From: Sanj Date: Tue, 14 Aug 2012 11:37:50 +0530 Subject: [PATCH] fabfile --- fabfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fabfile.py b/fabfile.py index e647e25..0534526 100644 --- a/fabfile.py +++ b/fabfile.py @@ -44,3 +44,4 @@ def deploy(): 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) + virtual_run('python %(project_root)s/openmumbai/manage.py collectstatic --noinput'%env)