sbin/sync/fabfile.py
changeset 694 1497bbb6485e
parent 688 619222c32ade
child 759 6d341beaf632
--- 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,))