Re: how to create google app for login in django project?

2013-05-18 Thread Artem Zinoviev
Hi Avnesh, you need google API consolefor creating app. docs . After you get your secret key use django-social-auth, or if you need login user only -use loginza пят

Re: how to create google app for login in django project?

2013-05-17 Thread Venkatraman S
I assume you are referring to using Google's auth scheme, if yes, then: https://github.com/omab/django-social-auth is your friend. If you are referring to Google App Engine, then am not sure what your question is. -V @venkasub On Fri, May 17, 2013 at 3:46 PM, Avnesh S

how to create google app for login in django project?

2013-05-17 Thread Avnesh Shakya
hi, I want to create login button in my django login page, so i have to create app first for creating button, but i am unable to create app in google. how to create google app for login, please tell me about, and link, so that i can create app in google for authentication. Thanks -- You r