I uninstalled django on my machine using pip uninstall Django. It says successfully uninstalled whereas when I see django version in python shell, it still give
pip uninstall Django
Use Python shell to find out the path of Django:
>>> import django >>> django
Then remove it manually:
sudo rm -rf /usr/local/lib/python2.7/dist-packages/django/