bin/cubicweb-ctl
author Elodie Thieblin <ethieblin@logilab.fr>
Wed, 18 Mar 2020 09:22:45 +0100
changeset 12921 1adf23942954
parent 12779 44147dab9d27
permissions -rwxr-xr-x
[doc] Add requirement for gettext and graphviz When running the tutorial from scratch, I had errors because these two packages were not installed.

#!/usr/bin/env python3
from cubicweb.cwctl import run
run()