Send Plone content to a Django web app via ContentMirror

Export basic Plone Archetype-based content to Django, using the ContentMirror Product and a postgresql database.

  1. Introduction Overview and prerequisites.
  2. Prepare the Database Create or setup a database for ContentMirror to use.
  3. Prepare the Django Project Configure a new django project and server.
  4. Configure and Run ContentMirror Connect ContentMirror to your database and create table structures for your Plone content types.
  5. Massage the Tables Adjust the database tables that ContentMirror created so that they are usable by Django.
  6. Finish the Django configuration Show ATContentTypes in Django.
  7. Conclusion What have we got and where do we go from here?

All content on one page (useful for printing, presentation mode etc.)