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.
LOGIN_REDIRECT_URL = '/'
This redirects to home url.