collecting static in case static hosting is not done by S3 (and won't hurt if it is)
authorBryan <btbonval@gmail.com>
Wed, 11 Dec 2013 22:32:20 +0000 (17:32 -0500)
committerBryan <btbonval@gmail.com>
Wed, 11 Dec 2013 22:32:20 +0000 (17:32 -0500)
fabfile.py

index 1afb8e5a9a1af13f8ef11cb2547b64922c6a7643..0b84a565f3ce4f84353df50f04cdab676cc40248 100644 (file)
@@ -275,6 +275,7 @@ def first_deploy():
     check_secrets()
     update_reqs()
     syncdb()
+    collect_static()
     start_supervisord()