Why would you use one over the other, for exposing an API for your Django app?
|
|
|
As the author of django-rest-framework, I've got an obvious bias ;) but my hopefully-fairly-objective opinion on this is something like: TastyPie
django-rest-framework
In any case, both are good. If you're planning on investing a lot of time in the API, I'd def recommend browsing through the docs & codebase of each and trying to get a feel for which suits you more. Obviously, there's also the 'Why TastyPie?' section in it's README, and the 'REST framework 2 announcement'. You might also be interested in the video of my lightning talk from DjangoCon on django-rest-framework which hopefully gives a bit of a feel as to why I think web browse-able APIs are a big deal. (NB. My talk is up first, at around 2mins 30sec into the vid) Edit - May 2012: See also Daniel Greenfeld's blog post on Choosing an API framework for Django. Edit - Nov 2012: Minor updates and link fixing since REST framework 2 has now been released. |
|||||||||||||||
|
|
For an overview about the actual differences between both of them you should read their documentation. They are both more or less complete and quite mature. I personally tend to tastypie though. It seems to be easier to set it up. It's done from the same people which created django-haystack which is awesome and according to django-packages it is used more than Django REST framework. |
|||
|
|