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}'