Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 223 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 223 Bytes

Requirements

  • Python 3.5

Execute project

  • pip install -r requirements.txt

*python manage.py migrate

  • python manage.py runserver

  • Access http://localhost:8000/todo-list/

Execute test

  • pytest -v