Search code examples
pythondjangodjango-registration

How to change the post-login page using django-registration?


I am using django-registration and django-registration_defaults (for the templates) in my app. How do I change the page the user sees after he/she logs in? I looked through the documentation but was unable to find anything.


Solution

  • LOGIN_REDIRECT_URL = '/'

    This redirects to home url.