bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 22 Mar 2017 13:58:28 +0100
branch3.25
changeset 12084 2c83063b28e3
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[pyramid] Remove pyramid_debugtoolbar from "pyramid.includes" Most of the times, the package is not installed (not pulled by cubicweb[pyramid] nor pyramid itself) in a fresh environment so that first start of a new instance will fail.

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