Monday, August 4, 2014

Django - Login from Android

I have a Django app up and running and It's more mobile based than a web app. I'm new to development with both Django and Android. I've setup an API using Django-Tasty pie and I can get JSON data from my models,including the user model that comes with Django. I've implemented logging in functions in the backend and tested it out. It works good like it's supposed to. Now I'm trying to see how to go about registering and logging in users from Android?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/0549624b-79f2-4b0e-86e6-3685951f7a59%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment