Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 224 Bytes

File metadata and controls

12 lines (9 loc) · 224 Bytes

python-django-todo

A todo app by python-django (python 3.7.x, django 2.2.x)

How to start

  • Install dependencies

    • pipenv install
  • go to directory

    • cd todoapp
  • Serve on localhost 8000

    • py manage.py runserver