sbin/sync/fabfile.py
changeset 67 2a27231c10d4
parent 66 acc222517dc9
child 68 80c372a0485e
--- a/sbin/sync/fabfile.py	Tue Jun 12 18:31:25 2012 +0200
+++ b/sbin/sync/fabfile.py	Tue Jun 12 18:35:21 2012 +0200
@@ -100,7 +100,7 @@
     print("Collect static in %s with %s" % (remotepath, remotevirtualenvpath))
     activate_path = os.path.join(remotevirtualenvpath, "bin/activate")
     with prefix("source \"%s\"" % activate_path), prefix("export PYTHONPATH=\"%s\"" % remotepath), cd(remotepath):
-        run("python manage.py collectstatic --noinput")
+        run("python manage.py collectstatics --noinput")