goa/skel/custom.py
changeset 0 b97547f5f1fa
child 1977 606923dff11b
equal deleted inserted replaced
-1:000000000000 0:b97547f5f1fa
       
     1 def postinit(vreg):
       
     2     """this callback is called at the end of initialization process
       
     3     and can be used to load explicit modules (views or entities).
       
     4 
       
     5     For instance :
       
     6     import someviews
       
     7     vreg.load_module(someviws)
       
     8     """
       
     9     # from migration import migrate
       
    10     # migrate(vreg)