# HG changeset patch # User Denis Laxalde # Date 1490187508 -3600 # Node ID 2c83063b28e3240a4a75bfcd29f039ae09997491 # Parent af5e5137d6a82a178d209171d6c33f84971b9a69 [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. diff -r af5e5137d6a8 -r 2c83063b28e3 cubicweb/pyramid/development.ini.tmpl --- a/cubicweb/pyramid/development.ini.tmpl Wed Mar 22 09:44:53 2017 +0100 +++ b/cubicweb/pyramid/development.ini.tmpl Wed Mar 22 13:58:28 2017 +0100 @@ -12,7 +12,6 @@ pyramid.debug_routematch = false pyramid.default_locale_name = en pyramid.includes = - pyramid_debugtoolbar cubicweb_%(cubename)s # By default, the toolbar only appears for clients from IP addresses