bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 25 Oct 2011 13:51:27 +0200
changeset 8016 1a1b23c37013
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[tableview,jsoncontroller] the json controller must check view.handle_pagination as well & the old table view also handles pagination internally

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