A ToDo App written with python and django. In order to run application, while being on Todo directory run:
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver
Then you can access web application on http://localhost:8000