bin/cubicweb-ctl
author Katia Saurfelt <katia.saurfelt@logilab.fr>
Fri, 19 Jun 2015 17:54:04 +0200
changeset 10398 bd00b58b00d9
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[web] Fix the path to the `static directory` (closes #5355965)

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