Tagged Questions
-1
votes
1answer
27 views
Enable to over-ride django-allauth UserSignupView [on hold]
My reason for writing a custom signup view is to override the form_valid() of django- allauth SignupView and do as above.
For some reason the control is not coming inside CustomSignupView when i ...
0
votes
0answers
50 views
django 1.6 + django-allauth facebook authentication error
I am writing a django website using django-allauth for facebook authentication.
When I sign into facebook(after giving username and passwd) from my local development server( ...
-3
votes
2answers
169 views
How to logout the facebook using django-allauth? [closed]
I am new to django-allauth. I have successfully login from facebook using djang0-allauth. But I try to logout using '/accounts/logout'. It is also successfully logged out my application. But my ...