I’m using Django registration. I did all steps to include the application on my project.
After the user has logged successfully, I want to redirect him on an other page.
I did it, but the problem is that I wantt to check if a user is authenticated or not inside the template.
Because any user can access this page, typing it directly on the web browser.
Thank you
You can have a look at the documentation