Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 755 Bytes

README.markdown

File metadata and controls

23 lines (13 loc) · 755 Bytes

django-plist

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).

Installing django-plist

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.

Using django-plist

Usage instructions can be found in docs/overview.markdown which is also available online.