Re: trouble in startproject

2014-09-25 Thread Collin Anderson
Does django-admin.py exist in either C:\Python27 or C:\Python27\Scripts? -- 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 django-users+unsubscr...@googlegroups.co

Re: trouble in startproject

2014-09-25 Thread Mike Dewhirst
On 25/09/2014 9:14 PM, Jorge Andrés Vergara Ebratt wrote: Do you have django installed? pip install django Do you have pip installed? http://pip.readthedocs.org/en/latest/installing.html On Sep 25, 2014 6:08 AM, "nandita srivastava" mailto:nanditas...@gmail.com>> wrote: Hi, I am

Re: trouble in startproject

2014-09-25 Thread Jorge Andrés Vergara Ebratt
Do you have django installed? pip install django On Sep 25, 2014 6:08 AM, "nandita srivastava" wrote: > Hi, > > I am new to django. I have installed django. I am trying to create new > project using command "django-admin.py startproject mysite" but I am > getting "django-admin.py is not recogniz

trouble in startproject

2014-09-25 Thread nandita srivastava
Hi, I am new to django. I have installed django. I am trying to create new project using command "django-admin.py startproject mysite" but I am getting "django-admin.py is not recognized as an internal or external command, operable program or batch files". I have set up the path "C:\Python27;C