Build A Todo List App In Django-Part 4
So we will continue to build out todo list app where we left in this post “Build A Todo List App In Django-Part 3“. Up to now we have shown the completed/non-completed tasks.So first remove those place-holders which are there in the list-group from the index.html template. Now we want to work on to add …