From 8809d029b870162f531be217a4a28af8d438f030 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Thu, 29 Mar 2012 00:25:29 +0200 Subject: Fixup fabfile --- fabfile/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fabfile/__init__.py') diff --git a/fabfile/__init__.py b/fabfile/__init__.py index d6733aa..3cb9bb0 100644 --- a/fabfile/__init__.py +++ b/fabfile/__init__.py @@ -21,10 +21,10 @@ def deploy(): Updates the sources, links the appropriate settings, collects the static files and synchronizes/migrates the database. - Installing/updating Python packages or loading fixtures needs to be done - manually. + Loading fixtures needs to be done manually. """ helpers.update_project() + helpers.install_requirements() helpers.link_settings() helpers.collect_static() helpers.manage('supervisor stop gunicorn') -- cgit v1.2.1