bin/cubicweb-ctl
author Sandrine Ribeau <sandrine.ribeau@logilab.fr>
Mon, 03 May 2010 14:17:45 +0200
changeset 5454 76b828dc3b9f
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[json-controller] - refactoring of js_component and js_view, it now uses _call_view - _call_view accepts paginate as a parameter

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