-
Notifications
You must be signed in to change notification settings - Fork 2
Home
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.
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.
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.