Hi there,<br><br>Is it possible/wise to &quot;auto-create&quot; content objects in the ZODB?&nbsp; Say I'm creating a blog application and have a container type(BlogContainer) and want an instance called &quot;blog&quot; in the root of the ZODB.&nbsp; Is it possible to programatically specify this, or is my only option to create it through the ZMI? I thought that perhaps an event was generated when the root object was created that I could hook into, but it seems not.&nbsp; Perhaps I'm looking at this the wrong way - would &quot;fixtures&quot; like this be better implemented as utilities with 
z3c.traverser redirecting to appropriate views?<br><br>John<br>