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).
Please refer to INSTALL.markdown for installation instructions.
Notice the last section on configuring Django and ensure that you have the
correct settings in INSTALLED_APPS and TEMPLATE_LOADER.
Usage instructions can be found in docs/overview.markdown which
is also available online.