Re: How to avoid "no such column" error when I add a new property to a model?

2012-01-13 Thread David Harks
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

Re: Is the django coummity converging on a preferred REST API package?

2012-01-07 Thread David Harks
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