Django app for a to do list In the command line terminal, navigate to the directory where you saved this GitHub repository. Run the below commands to run the django app:
- pip install django
- python manage.py migrate
- python mange.py runserver
- Copy the url (http://127.0.0.1:8000/) into your browser and you should then be able to view the app.