django allauth redirecting to home url -


i'm using django 1.8 python 3.4 i've integrated django allauth using link : http://www.sarahhagstrom.com/2013/09/the-missing-django-allauth-tutorial/

now, when try open http://127.0.0.1:8000/accounts/login .. redirects me http://127.0.0.1:8000/

any idea, why happening?

it's because logged in. go http://127.0.0.1:8000/accounts/logout , try again.


Comments