ashnoa
4/20/2020 - 11:55 PM

For develop with django

For develop with django

radon cc -s '.' | egrep '[B-Z] \([0-9]+\)'
coverage run --branch --source='.' manage.py test
radon cc -s '.' | grep -iv "test" | sed -e "s/[\(\)]//g" - | awk '{sum+=$6} END{print sum}'