KLEIN Stéphane wrote:
are you one example to add a content component in root ZODB folder in interactive command because I don't understand how it work.
$ bin/debugzope >>> from worldcookery.recipe import Recipe >>> root['chicken'] = Recipe() >>> import transaction >>> transaction.commit() _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
