| changeset 68 | 80c372a0485e |
| parent 67 | 2a27231c10d4 |
| child 69 | 8a0df65c065c |
--- 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")