[skeleton] Set cubicweb.bwcompat to False in development.ini
authorDenis Laxalde <denis.laxalde@logilab.fr>
Thu, 23 Feb 2017 08:54:01 +0100
changeset 11972 a2bc933ffb59
parent 11971 6c035cfef04f
child 11973 5e7282bdf140
[skeleton] Set cubicweb.bwcompat to False in development.ini Quite a few things from the default web UI do not work when running the application through pserve (in particular, data files are not apparently served). So better disable the "bwcompat" mode until we are sure it works properly (or it gets dropped ;)).
cubicweb/skeleton/development.ini.tmpl
--- a/cubicweb/skeleton/development.ini.tmpl	Tue Feb 21 17:41:32 2017 +0100
+++ b/cubicweb/skeleton/development.ini.tmpl	Thu Feb 23 08:54:01 2017 +0100
@@ -23,7 +23,7 @@
 # http://cubicweb.readthedocs.io/en/latest/book/pyramid/settings/
 ##
 cubicweb.instance = %%(instance)s
-cubicweb.bwcompat = True
+cubicweb.bwcompat = False
 cubicweb.debug = True
 # cubicweb.session.secret =
 # cubicweb.auth.authtkt.persistent.secret =