bin/cubicweb-ctl
author Sandrine Ribeau <sandrine.ribeau@logilab.fr>
Wed, 12 Nov 2008 19:19:53 -0800
changeset 54 e5cd878dc796
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Add images folder to share images between book/fr and book/en. Wrote a brief introduction on how to quickly run a simple blog application. Fix naming issues for Sphinx.

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