diff -r ff7a0724898c -r 1497bbb6485e sbin/sync/fabfile.py --- a/sbin/sync/fabfile.py Fri Jun 22 14:01:19 2012 +0200 +++ b/sbin/sync/fabfile.py Fri Jun 22 20:43:15 2012 +0200 @@ -102,7 +102,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 collectstatic -c --noinput") def create_config(export_path): print("Create config from %s" % (export_path,))