Django is a powerful web framework for building web applications. In this project, we will be building a Todo App with Django and basic HTML. Begin by setting up Python and Django
Step 1: Download Python on the Python website. If you have done that already, then move on to step 2
You can install django by doing
pip install Django
You can find the full tutorial for building the TodoList App here