git clone git@github.com:byandrev/todoapp.git # with SSH
or
git clone https://github.com/byandrev/todoapp.git # with HTTPSpython -m venv venv
source ./venv/bin/activate # in Linux
.\venv\Scripts\activate # in Windowspip install -r requirements/dev.txtmake run
or
python manage.py runservermake lint
or
python -m flake8 .make format
or
python -m black .- Andres Parra - byandrev
- Mauricio Di Donato - MauricioDDS
- Andersson Cardenas - anderssonccg