Write unit tests for the todo application, as described in online assignment. Put your test methods in the standard place for Django apps.
Add your unit tests to the repository and push to Github.
This app requires Django 3.x and Python 3.6 or newer.
The first time only, run migrations:
python manage.py migrate
To start the application on port 8000:
python manage.py runserver
and visit http://localhost:8000 with your favorite web browser.