From a790add45a796de8f77e9a0fed6857c91434980e Mon Sep 17 00:00:00 2001 From: Bryan Date: Wed, 11 Dec 2013 17:32:20 -0500 Subject: [PATCH] collecting static in case static hosting is not done by S3 (and won't hurt if it is) --- fabfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fabfile.py b/fabfile.py index 1afb8e5..0b84a56 100644 --- a/fabfile.py +++ b/fabfile.py @@ -275,6 +275,7 @@ def first_deploy(): check_secrets() update_reqs() syncdb() + collect_static() start_supervisord() -- 2.25.1