The Basics
The Django REST interface makes it easy to offer private and public APIs for existing Django models. New generic views simplify data retrieval and modification in a resource-centric architecture and provide model data in formats such as XML, JSON and YAML with very little custom code.
Project Home – http://code.google.com/p/django-rest-interface/Grab the Repository – svn checkout http://django-rest-interface.googlecode.com/svn/trunk/
Recent Commits
-
81 was committed 5 months, 3 weeks ago.
Updated gettext import to ugettext
-
80 was committed 5 months, 3 weeks ago.
Applied patch to fix missing import reported by issue #31. Thanks to semadk for the original patch.
-
79 was committed 10 months, 2 weeks ago.
form_for_model and form_for_instance have been removed from Django beta1. Rewrote functionality using ModelForm.
-
77 was committed 11 months, 1 week ago.
Fixes for authentication including a patch from madssj. Fixes #24.
-
76 was committed 11 months, 1 week ago.
Applied patches to make the app work with django trunk revision 8015. Including a patch from florian.leitner
-
75 was committed 1 year, 8 months ago.
Fixed #21: Access headers with setitem. Thanks, David Larlet!
-
73 was committed 1 year, 9 months ago.
Fixed #17: Works with case-insensitive headers, i.e. Django versions from [6212]
-
72 was committed 1 year, 10 months ago.
Added URL, e-mail and information on receiver.py to README.
-
71 was committed 1 year, 10 months ago.
Extracted code common to Resource and ModelResource to ResourceBase.
-
70 was committed 1 year, 10 months ago.
Moved TODOs to Google Code’s issue tracking system.