cubicweb/server/__init__.py
changeset 11983 5de78b6fff2e
parent 11767 432f87a63057
child 11998 cd09178c80a8
--- a/cubicweb/server/__init__.py	Thu Feb 23 17:51:11 2017 +0100
+++ b/cubicweb/server/__init__.py	Thu Feb 23 18:02:33 2017 +0100
@@ -223,6 +223,7 @@
     config.cube_appobject_path = set(('hooks', 'entities'))
     # only enable the system source at initialization time
     repo = Repository(config, vreg=vreg)
+    repo.bootstrap()
     if init_config is not None:
         # further config initialization once it has been bootstrapped
         init_config(config)