# HG changeset patch # User Brian Neal # Date 1428026758 18000 # Node ID 5ab9bd1b22b63ffc3d4e3a5a5e722c7ff0507247 # Parent 8a93b1f838f9996ea65cd04955afc6eb0a85dbc0# Parent 1b5b9be17764e38bd7a7b68b48f9bf549fd36e41 Merge. diff -r 1b5b9be17764 -r 5ab9bd1b22b6 fabfile.py --- a/fabfile.py Thu Apr 02 20:30:35 2015 -0500 +++ b/fabfile.py Thu Apr 02 21:05:58 2015 -0500 @@ -27,10 +27,10 @@ def cleanup(): """ - Runs the cleanup management command. + Runs any/all cleanup-type management commands. """ - cmd = '%s manage.py cleanup --settings=madeira.settings.production' % PYTHON + cmd = '%s manage.py clearsessions --settings=madeira.settings.production' % PYTHON with cd(PROJ_DIR): run(cmd)