summaryrefslogtreecommitdiff
path: root/fabfile/__init__.py
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2012-03-29 00:25:29 +0200
committerChristian Franke <nobody@nowhere.ws>2012-03-29 00:25:29 +0200
commit8809d029b870162f531be217a4a28af8d438f030 (patch)
tree73e511134d729128d5368e919418b99714d7c511 /fabfile/__init__.py
parent46630946201c43aa805fe3cd4de453a5f10442ec (diff)
Fixup fabfile
Diffstat (limited to 'fabfile/__init__.py')
-rw-r--r--fabfile/__init__.py4
1 files changed, 2 insertions, 2 deletions
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')