bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 22 Mar 2017 14:38:10 +0100
branch3.25
changeset 12098 452129511244
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[doc] Update "settings" pyramid documentation Document that without "bwcompat" we can use a development.ini file directly and add a dedicated section to list configuration options.

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