Django REST interface
Posted by tom | Filed under API |REST
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.
RESTify your Django apps!

0 comments