Django Tutorial

Writing Your First Blog App In Django-Part14

We will continue to build our blog app where we left in the post writing-your-first-blog-app-in-django-part-13. So upto previous post we have created sign up form in our accounts app.So now in this post we will move on to create a login page. So first change the accounts/urls.py to include login url as following: from django.conf.urls import …

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