correct collect static
authorymh <ymh.work@gmail.com>
Tue, 12 Jun 2012 18:37:23 +0200
changeset 68 80c372a0485e
parent 67 2a27231c10d4
child 69 8a0df65c065c
child 80 c846ed98cc75
correct collect static
sbin/sync/fabfile.py
--- a/sbin/sync/fabfile.py	Tue Jun 12 18:35:21 2012 +0200
+++ b/sbin/sync/fabfile.py	Tue Jun 12 18:37:23 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 collectstatics --noinput")
+        run("python manage.py collectstatic --noinput")