[Answered ]-Django.contrib.auth.urls change redirect path

1👍

You can use this in settings.py file to redirect user after login :-

LOGIN_REDIRECT_URL = 'home/'
👤Lars

Leave a comment