bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 22 Mar 2017 14:49:04 +0100
branch3.25
changeset 12094 d66079e2d481
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[doc] Drop reference to "make_cubicweb_application" in pyramid doc This function got renamed into config_from_cwconfig and this is arguably an internal detail so should not appear in the API documentation.

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