A task organiser app that can help to jot down some ideas and important tasks .This the basic project on python with django framework for demonstrate the CRUD (create,retrive,update,delete) method of django
Create groups for different catagories for different types of tasks. Like home,work... Create tasks under different groups...
List all the tasks ... List all the groups...
Update tasks -If task is completed add a strick on the task...
Deletethe tasks... Delete Gropus...