python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Wagtail and allauth - allauth is inheriting site name from django not wagtail
I am using allauth with wagtail. I have name my site 'mysite' in the wagtail admin, but when sign up emails refer to 'example.com'
My settings.py has apps in the following order
[ ...
'django.co...
RobMcC
Votes: 0
Answers: 1
after login django-allauth login page doesn't show good?
On my django project,I added django-alluth for google login.But after click google login button in
my login.html,the page which will login is:
after I clicked continue button google login the page is...
Muhammet Aydoğan
Votes: 0
Answers: 1
Django AllAuth with Twitter Error: "No access to private resources at api.twitter.com"
I'm trying to setup the Django AllAuth Twitter login. When the user authenticates with Twitter and is redirected to my website, Django AllAuth raises the Error "No access to private resources at ...
Borzi
Votes: 0
Answers: 2
User Invitations based on invite links
my scenario is i have a teams model, team leads send out invite links to the team,
url schema "domain/{team.id}/{team.name}/"
i'm using dj_rest_auth for authentication,
these invite links ar...
M Umer Farooq
Votes: 0
Answers: 0