CRUD operations for todo task
Home - http://127.0.0.1:8000/home/
This page will display all todo tasks and can add,edit,delete todo tasks as well
Admin - http://127.0.0.1:8000/admin/
Username- admin password- admin
Django admin interface in which admin can make crud operations on todo tasks , search,filter and can download csv format of todo list.
- Django - The web framework used
- Mysql - Database
- Preethi C