author | Christophe de Vienne <christophe@unlish.com> |
Thu, 21 Aug 2014 21:43:24 +0200 | |
changeset 11499 | 60a504740951 |
parent 11492 | b0b8942cdb80 |
permissions | -rw-r--r-- |
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