This is a simple To-Do List with Django. It contains; Unit Testing of individual py file Selenium testing through WebDriver Following are the required terminal commands: python -m venv myenv myenv\Scripts\activate pip install django python makemigrations python manage.py runserver For testing: python manange.py test