Skip to content
steingrd edited this page Sep 13, 2010 · 3 revisions

django-plist is a Django application that trivializes the serialization of Django model objects into the XML format used by Property List files on the Cocoa platform (iPhone/Mac OS X).

django-plist behaves somewhat different than the serialization framework that comes bundled with Django. django-plist employs the standard Django stack (generic views, default templates and template tags) and is a regular Django application in every aspect.

Installing

Please read INSTALL.markdown for installation instructions. Generally you can install with easy_install or pip, but refer to that document for details on configuring your Django project.

Using

Please read docs/overview.markdown for usage instructions. If anything is unclear, drop me a line, you will find my email address in the AUTHORS.txt file.

Clone this wiki locally