remove all django packages from pip

pip freeze | grep django | cut -d = -f 1 | xargs pip uninstall -y