bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Fri, 14 Aug 2009 14:56:29 +0200
branchstable
changeset 2852 858b33162e9d
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[ajax] allow inlineCreationForms to add their own JS / CSS

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