Re: Create an OAuth2 Client Application problem

2014-12-31 Thread Hossein Rashnoo
I did a stupid mistake. I use oauth2 before using django auth and create user. On Wednesday, December 31, 2014 10:33:34 AM UTC+3:30, Hossein Rashnoo wrote: > > Hi > I follow this tutorial and here >

Re: Create an OAuth2 Client Application problem

2014-12-31 Thread monoBOT
The current URL, accounts/login/, didn't match any of these. says that you dont have this url "accounts/login/" mapped in your urls.py file 2014-12-31 9:14 GMT+00:00 James Schneider : > Hello, > > Without seeing your code, it is difficult to tell you exactly what is > wrong, but your view is requ

Re: Create an OAuth2 Client Application problem

2014-12-31 Thread James Schneider
Hello, Without seeing your code, it is difficult to tell you exactly what is wrong, but your view is requiring the user to already be logged in, and since it isn't, Django is redirecting you to the default LOGIN_URL setting, which is not defined in your urls.py. https://docs.djangoproject.com/en/

Create an OAuth2 Client Application problem

2014-12-30 Thread Hossein Rashnoo
Hi I follow this tutorial and here i got error. when i try to access http://localhost:8000/o/applications/ its redirect to http://localhost:8000