For the Python prompt from CMD and do the following >>>import Django >>>Django.VERSION
This should tell you what version of Django you have. On Jun 5, 2017 7:21 AM, "Daniel Roseman" <[email protected]> wrote: > On Monday, 5 June 2017 12:33:28 UTC+1, Richard Mungai wrote: >> >> Hi.. >> I'm trying to install django using the pip command i.e (pip install >> django) but i keep getting the same error message i.e "Requirement already >> satisfied: django in c:\program files\python 35-32\lib\site-packages\django >> -1.10.6-py3.5.egg" >> How can I solve this?? >> > > Solve what? It's telling you Django is already installed. > -- > DR. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/django-users/9f275611-09d9-4d73-8c4f-bbf48608589e%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/9f275611-09d9-4d73-8c4f-bbf48608589e%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAHjgLX5T-LjfbipxXCVvsV8OyYZ3pTjzBQ8%2BdLfLoDwM_jXmJA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

