On Jan 11, 2012, at 4:26 AM, callum wrote:
> I created an "Article" model with a few simple properties. I ran
> syncdb, and set up the Django admin site, and added
> "admin.site.register(Article)" in admin.py. Using the Django admin
> site, I created an article by filling in the form.
>
> I then
While I can't really comment on the thoughts of the Django team itself
(for inclusion in Django proper), I will suggest that aside from
Tastypie the other 'best-of-breed' REST framework is the simply-named
Django REST Framework: http://django-rest-framework.org/.
As opposed to Tastypie, it has
2 matches
Mail list logo