Writing Your First Blog App In Django-Part17
We will continue to build our blog app where we left in the post writing-your-first-blog-app-in-django-part-16. In this post we will see how to protect the pages that will require login. Upto now we have the user signup,user login and user logout.Now the whole idea of authentication is so a user can sign in and then view …