This is a Django based todo app which allows me to create a list of tasks to be completed. Once the task is completed I can remove the task from the list. Hence allowing me to manage my tasks more efficiently.
> git clone https://github.com/nidhisha-shetty/Django-todo-app
> cd Django-todo-app
> python manage.py runserver