[Zope3-Users] How can I find all Local Registries (Sites)
kevin gill
kevin at movieextras.ie
Tue May 6 11:03:21 EDT 2008
How can I find all Local Registries (Sites)?
I have a simple local utility that I need to register with a global
utility when bootstrapping the application.
I can find my global utility since it is in the global site manager.
I registered my sites with the base local registry. I tried using the
IDatabaseOpenedEvent and opening the database and getting the Application
object and the root local registry. However, the local utilities I
instantiate believe that they are in the global Registry.
There is also a problem deleting a site which registered itself with a
parent.
Thanks
Kevin
More information about the Zope3-users
mailing list