I have to use Python and Django for our application. So I have two versions of Python, 2.6 and 2.7. Now I have installed Django. I could run the sample application for testi
Run pip list in a Linux terminal and find Django and its version in the list:
pip list
Run pip freeze on cmd on Windows.
pip freeze