diff -r acc222517dc9 -r 2a27231c10d4 sbin/sync/fabfile.py --- 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")