I created custom content types using the Archetypes framework, and I'd like to mirror them into my database using ContentMirror.
The custom content type that I made is located in ~/Plone/zinstance/src/test_cms_project/test/cms/content/ and I used paster as such: bin/paster addcontent contenttype . and here are a couple of them: people.py researchgroup.py According to the http://code.google.com/p/contentmirror/wiki/Installation#Configuring_Custom_Types instructions on ContentMirror's site, it says that I need to use the following tag in my settings.zcml file: <ore:mirror content="Products.ATContentTypes.content.document.ATDocument" /%gt; I've used this exactly but also replaced content with "test_cms_project.test.cms.content.people.People" and also "test.cms.content.people.People". But both yield errors. Could someone guide me and tell me what to do? Thanks! -- View this message in context: http://plone.293351.n2.nabble.com/ContentMirror-Mirror-Custom-Content-Types-tp5309546p5309546.html Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com. _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
