cubicweb/__main__.py
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Wed, 27 Mar 2019 15:43:53 +0100
changeset 12532 38004d09d178
parent 12253 9165f4b7426b
permissions -rwxr-xr-x
[doc] Update README "Getting started" * install using pip and with pyramid in a virtualenv * link to pyramid.ini documentation * Use pyramid to start application since twisted support is gone

from cubicweb.cwctl import run

run()