Mercurial > public > madeira
changeset 169:5ab9bd1b22b6
Merge.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 02 Apr 2015 21:05:58 -0500 |
parents | 8a93b1f838f9 (diff) 1b5b9be17764 (current diff) |
children | a51e7d369472 |
files | |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)