How do I can redirect login, logout, register using rest_auth package?

305 Views Asked by At

I'm using Django rest_auth package in my project. by default when I using login, logout and register It showing me a key I want to redirect users in my home URL but I can't. I have LOGIN_REDIRECT_URL but still it shows me the key and LOGIN_REDIRECT_URL doesn't works. what should I do?????

0

There are 0 best solutions below