On Thursday, 24 May 2012 04:11:48 UTC+1, somecallitblues wrote: > > I read somewhere that Instagram use django-piston. But them some people > are saying that Piston has had any development done in over a year. > > -m >
Yeah, as far as I can tell Piston development seems to be pretty much dead and Tastypie and django-rest-framework are the choices now for an API. I think I'm going to try and use Tastypie since that seems to at least have some OAuth support at the moment. I think I'll also try and register and authenticate an existing user directly through the API. I'm still struggling to find any examples of anyone doing that via a Django API but to me it seems right to use a consistent approach (i.e. all communication from client to server through the API). Thanks. -- 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/-/baauQgeihLQJ. 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.

