python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
django-rest-allauth getting social token
First of all, sorry if this has been asked before, I cant find anything adapted to my low level.
I´m trying to use django-rest-allauth 1.1, which is cool it provides a fast basic endpoints building, t...

Vidal M.
Votes: 0
Answers: 0
login, signup page not found in wagtail
I correctly followed the django-allauth documentation, installed it in my django wagtail project and made configurations or applied settings according to the guide and also added url(r'', include('al...

Matovu-Micheal
Votes: 0
Answers: 1
Django Allauth: Duplicate Key Value Violates Unique Constraint: Key (username)=() already exists
I have been troubleshooting an issue with my custom allauth Django user model for some time. I only want to use email, first name, last name, and password as part of my user signup form, and I can get...
MaxDawg27
Votes: 0
Answers: 2
How to get django allauth google sign in to redirect to home page?
Hello I am using django and django all auth for authentication and am using the google feature so that when a user decides to sign in it authenticates with his google account then it will redirect him...
robert
Votes: 0
Answers: 1