Il 14 marzo 2012 11:13, Yuri <[email protected]> ha scritto: > contentmigration o transmogrifier. Oppure funnelweb se si tratta di fare una > mera copia dei contenuti :) Quest'ultimo l'ho usato ed è anche molto veloce.
funnelweb non lo conoscevo, ma non è quello che mi serve in questo caso. Ho provato ad usare contentmigration passando da plone.app.blob http://pypi.python.org/pypi/plone.app.blob#migrating-existing-content sono giunto ad un #epicfail Guaradando il codice del prodotto: https://svn.plone.org/svn/collective/iw.fss/trunk/iw/fss/migration.py def migrateFromFSS(self): """Do migrations from FSS """ # Nothing at the moment. In a certain future... self.log("Starting migrations from FSS") raise NotImplementedError("Migration from FSS not yet implemented") return self.changed_items Sembra chiara la loro strategia: iw.fss è per sempre! /me ancora troppo immaturo per fare queste attività a basso livello. -- Michele Mordenti _______________________________________________ Plone-IT mailing list [email protected] https://lists.plone.org/mailman/listinfo/plone-plone-it http://plone-regional-forums.221720.n2.nabble.com/Plone-Italy-f221721.html
