Re: Django - Login from Android

2014-08-05 Thread Adrian Marshall
Russ, Thanks a lot! I agree. Think I'm going to setup the API side of things with TastyPie and use Android/Java Api's to interact with the HTTP request/responses. On Tuesday, August 5, 2014 8:59:38 PM UTC-4, Russell Keith-Magee wrote: > > Hi Adrian, > > Developing on a mobile is really no diff

Re: Django - Login from Android

2014-08-05 Thread Russell Keith-Magee
Hi Adrian, Developing on a mobile is really no different than dealing with a web browser - the only difference is that *you* need to behave like the browser, instead of the browser handling all the details for you. Think about what a browser is actually doing when you click on links, log in, and

Django - Login from Android

2014-08-04 Thread Adrian Marshall
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 function