First Install Django using pip install Django~=3.0
Move to the required place for installation in the system and create a folder
Create a directory using mkdir "Insert Folder Name"
move into the folder using cd "Folder_Name" then,
Clone the repository using git clone https://github.com/tharun323/ToDoList.git then ,
now enter python manage.py runserver
a. A task will have a title and due-date.
b. Tasks can have related sub-tasks.
c. There are only 2 state applicable for task. Pending or Completed
d. due date applicable for the task, tasks
will always be sorted based on due-date (ascending).
e. Search (on title) is available
f. Filtering on due-date the following — Today, This
week, Next week, Overdue are implemented
