[Zope3-Users] Copying Objects from/in the ZODB
Benji York
benji at zope.com
Mon Jul 28 07:57:30 EDT 2008
On Mon, Jul 28, 2008 at 1:38 AM, Thierry Florac <tflorac at ulthar.net> wrote:
> Le dimanche 27 juillet 2008 à 15:15 -0300, Tim Cook a écrit :
>> I have a group of instances stored in the ZODB. They are basically
>> skeletons that I want to copy, edit and store as new instances elsewhere
>> in the ZODB.
> Have a look at "zope.copypastemove" package interfaces and classes ;
> they should provide the simple functions you are looking for...
Also check out zc.copy (README at
http://svn.zope.org/zc.copy/trunk/src/zc/copy/README.txt?rev=77433&view=markup)
if you need to customize the copying operation.
--
Benji York
Senior Software Engineer
Zope Corporation
More information about the Zope3-users
mailing list