4 @echo
'make test run tests and show coverage report'
5 @echo
'make clean clean up files'
8 envdir envs
/dev
/ python
-Wd
-m coverage run .
/manage.py
test
12 envdir envs
/dev
/ python manage.py makemessages \
13 --ignore
=doc
/* --ignore
=envs
/* --ignore
=htdocs
/* --ignore
=venv
/* \
14 --ignore
=res
/* --ignore
=tools
/* --ignore
=mygpo
/*/migrations
/*
21 sudo apt-get
install libpq-dev libjpeg-dev zlib1g-dev libwebp-dev \
22 build-essential python3-dev virtualenv
25 .PHONY
: all help
test clean unittest coverage install-deps