bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 16 Apr 2010 17:52:31 +0200
branchstable
changeset 5317 ab757d9be796
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[doc/book] explain what happens/to do when issuing upgrade command

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])