On Monday 05 June 2017 06:44:13 Oladipupo Elegbede wrote: > For the Python prompt from CMD and do the following > > >>>import Django > >>>Django.VERSION
1) it's django not Django > 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" 2) I'm betting it's 1.10.6 on Python 3.5 (32-bits, shooting for the bonus points). -- Melvyn Sopacua -- 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/9871067.85mFGhf4C7%40devstation. For more options, visit https://groups.google.com/d/optout.

