Django Tutorial

Writing Your First Blog App In Django-Part18

We will continue to build our blog app where we left in the post writing-your-first-blog-app-in-django-part-17. In this post we will see how we can redirect our users after they have logged into the application.In the previous post we had seen that if we run the server and if we go to http://127.0.0.1:8000/articles/create/ then it will send the user …

Writing Your First Blog App In Django-Part18 Read More »