* print vreg content once fully initialized (require move of print code from vregistry to cwvreg)
* new vreg_initialization_completed callback on appobjects, called once the vregistry is fully initialized
class ToTo(EntityType):
permissions = {
'read': ('managers',),
'add': ('managers',),
'update': ('managers',),
'delete': ('managers',),
}
attr = String()
class attr(RelationType):
permissions = {
'read': ('managers', ),
'add': ('managers', RRQLExpression('S bla Y'),),
'delete': ('managers',),
}