Re: How to create user on mobile app for Django site?

2011-06-02 Thread Alex Kamedov
On Fri, Jun 3, 2011 at 5:05 AM, Eric Chamberlain wrote: > Currently, we are looking at tastypie, piston is currently bogged down with > a who will maintain it and where debate. > > I have some expirience with piston about the half year ago. It isn't allow to use difrent field

Re: How to create user on mobile app for Django site?

2011-06-02 Thread Eric Chamberlain
On May 31, 2011, at 4:35 AM, Ivo Brodien wrote: > What is the correct way to do the following: > > 1) Mobile App from which a user can create a user/profile on the Django site > 2) Allow authenticated users to create on the site and query personalized > data from the site > > This is what I

Re: How to create user on mobile app for Django site?

2011-06-02 Thread Ivo Brodien
Hey Malcom, thanks for the answer. Glad, I was more or less on right way. >> How would I authenticate against the Django site? > > Your choices are either to use username/passwords or OAuth. If you're using > username/passwords you can hook straight into the standard Django > authentication

Re: How to create user on mobile app for Django site?

2011-06-02 Thread Malcolm Box
On 31 May 2011, at 12:35, Ivo Brodien wrote: > What is the correct way to do the following: > > 1) Mobile App from which a user can create a user/profile on the Django site > 2) Allow authenticated users to create on the site and query personalized > data from the site > > This is what I guess

Re: How to create user on mobile app for Django site?

2011-05-31 Thread Ivo Brodien
Thanks for sharing your opinion! Your approach is probably good for many website/applications, but since I want to make use of InApp Purchases and Camara Overlays and Custom Controls, I don’t think this is the right way to go. I was impressed by PhoneGap though... 2 or 3 years ago I was seeing

Re: How to create user on mobile app for Django site?

2011-05-31 Thread shacker
On May 31, 4:35 am, Ivo Brodien wrote: > What is the correct way to do the following: > > 1) Mobile App from which a user can create a user/profile on the Django site > 2) Allow authenticated users to create on the site and query personalized > data from the site My approach

How to create user on mobile app for Django site?

2011-05-31 Thread Ivo Brodien
What is the correct way to do the following: 1) Mobile App from which a user can create a user/profile on the Django site 2) Allow authenticated users to create on the site and query personalized data from the site This is what I guess I have to do: 1) Create a REST API (probably with e.g.