Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 265 Bytes

File metadata and controls

13 lines (11 loc) · 265 Bytes

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