13 July 2007 21:15
django-rest-interface - Google Code
by 1 other (via)The Django REST interface is a Summer of Code project that implements a general method offering a public and private API for existing Django models. New generic views will simplify data retrieval and modification via different web services in a resource-centric REST architecture, providing model data in formats such as XML, JSON and YAML with very little custom code.
The REST interface consists of two major parts:
1. Easily configured Create/Read/Update/Delete (CRUD) method access patterns for models.
2. Resources that don't correspond 1:1 to models.
More information:
* Initial proposal
* First mail to django-developers
1
(1 marks)