Tuesday, May 31, 2011

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

On May 31, 4:35 am, Ivo Brodien <i...@brodien.de> 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 would be to:

1) Build a regular site using django-registration and django-profiles
to handle signups, passwords as usual.

2) Build an HTML mobile site off of that (you need one anyway, even if
you're going to have an app). There are lots of tutorials out there on
delivering mobile versions of content with Django.

3) Use something like Sencha or Phonegap to compile the mobile site as
iPhone and Android apps.

./s

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment