# HG changeset patch # User Denis Laxalde # Date 1487836441 -3600 # Node ID a2bc933ffb592ec2296c036ec8d84ec8c31f2675 # Parent 6c035cfef04f68920e3677a59d4c1ab67d7ee21d [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 ;)). diff -r 6c035cfef04f -r a2bc933ffb59 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 =