changeset 11492 | b0b8942cdb80 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pyramid_cubicweb/init_instance.py Thu Jul 31 17:48:32 2014 +0200 @@ -0,0 +1,10 @@ +from cubicweb.cwconfig import CubicWebConfiguration + + +def includeme(config): + appid = config.registry.settings['cubicweb.instance'] + cwconfig = CubicWebConfiguration.config_for(appid) + + config.registry['cubicweb.config'] = cwconfig + config.registry['cubicweb.repository'] = repo = cwconfig.repository() + config.registry['cubicweb.registry'] = repo.vreg