Writing Your First Blog App In Django-Part19
We will continue to build our blog app where we left in the post writing-your-first-blog-app-in-django-part-18. So upto now we have created our login and signup form using djago’s inbuilt forms.Now we will create one another form that will add a new article to articles list page.We are going to use a model form on this page,so …