After evaluating some API creation frameworks, namely tastypie, pistion and django rest framework, it came out that I would never use the first two in my projects.
Sorry that I can't provide more detailed information, but it's about a year ago. Both had issues with their architecture and philosophy not being clear, straight or smart enough to me. The latter, django-rest-framework (http://pypi.python.org/pypi/djangorestframework) was very young at this time and followed the then-new paradigm of class based views. Since it behaves like other django views (URL config, mixins, etc.) it is very nice to use and extensible. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/tXP5LkQDKXQJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

