bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 02 Oct 2014 16:34:38 +0200
changeset 10079 962324edd6de
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[web/request] add security_enabled method Just forward to the underlying repo connection. This can be useful in the ORM when dealing with a "code-only" attribute, i.e. something that shouldn't be directly user-visible but must be accessible from a web request.

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