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
you can import django and then type print statement as given below to know the version of django i.e. installed on your system:
>>> import django >>> print(django.get_version()) 2.1