[pyramid] Remove pyramid_debugtoolbar from "pyramid.includes" 3.25
authorDenis Laxalde <denis.laxalde@logilab.fr>
Wed, 22 Mar 2017 13:58:28 +0100
branch3.25
changeset 12084 2c83063b28e3
parent 12083 af5e5137d6a8
child 12086 39c9e548f0ce
[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.
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