From b3fdcc9363df2142c7bd3d7c206221e3689c1b85 Mon Sep 17 00:00:00 2001 From: Bryan Bonvallet Date: Sat, 23 Nov 2013 00:05:39 -0500 Subject: [PATCH] removing a function that is probably important but not at all defined. --- fabfile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fabfile.py b/fabfile.py index e9de037..b51f6dc 100644 --- a/fabfile.py +++ b/fabfile.py @@ -219,7 +219,6 @@ def first_deploy(): make_virtualenv() update_reqs() syncdb() - manage_static() start_supervisord() -- 2.25.1