How do I can change the default django rest_auth redirection?

102 Views Asked by At

hi I'm using django rest_auth package for managing my project's authentication system. when I do register or log in with a user it gives me just a key and doesn't redirect user to any page and for logout as well. how do I can redirect users to my home page after login, logout and register???

0

There are 0 best solutions below