Redirecting an already logged in user in Django using Class Based Views
On my site I wanted visitors to the home page to be immediately redirected to the member’s area if they were already logged in. This saves them a click or two and gets them straight down to business, as opposed… Read More »Redirecting an already logged in user in Django using Class Based Views