python-django-todo Todo App built with Django Installation git clone git@github.com:WDI-SEA/python-django-todo.git cd python-django-todo createdb todoappsite python3 manage.py migrate python3 manage.py createsuperuser python3 manage.py runserver