bin/cubicweb-ctl
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Wed, 01 Dec 2010 16:52:02 +0100
brancholdstable
changeset 6716 494d4465f032
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[doc/book] Add a note about <database>-support virtual package. Cubicweb setup documentation now mention cubicweb-postgresql-support and cubicweb-mysql-support

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