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)
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
NoReverseMatch at /auth/password/reset/
I am using dj-rest-auth package to do auth related functions, installed the package and added to installed apps and included it in main url as follows
path('auth/', include('dj_rest_auth.urls')),
it ...
Biju
Votes: 0
Answers: 1
How to I override dj-rest-auth Registrations' SocialLoginSerializer?
my system uses a custom user entity and I need to create this entity inside SocialLoginSerializer.
It is not seemed to be mentioned here:
https://dj-rest-auth.readthedocs.io/en/latest/configuration.ht...
Ryan
Votes: 0
Answers: 1
AttributeError: module 'BackendApp.views.GoogleLogin' has no attribute 'as_view'
path('dj-rest-auth/google/', GoogleLogin.as_view(), name='google_login'),
AttributeError: module 'BackendApp.views.GoogleLogin' has no attribute 'as_view'
I have this error coming from url.py which i...
Ryan
Votes: 0
Answers: 1