Re: Unable to locate django-admin.py

2013-06-08 Thread Branko Majic
On Sat, 8 Jun 2013 05:36:06 -0700 (PDT) Satinderjit Singh wrote: > I am beginner and trying to get start new project according to manual > I had installed the latest version of Django and currently using ubuntu > 13.04 . > When i try to run django-admin.py startproject mysite > > Terminal show

RE: Unable to locate django-admin.py

2013-06-08 Thread Anshum Verma
Hi, It seems like a problem with your system PATH variable. Can you try /usr/sbin/django-admin.py. Regards, Anshum Sent from my Windows Phone -- From: Satinderjit Singh Sent: 08-06-2013 20:07 To: django-users@googlegroups.com Subject: Unable to locate django

Re: Unable to locate django-admin.py

2013-06-08 Thread Nigel Legg
on my set up (windows) it is in c:\python27\Lib\site-packages\django\bin\. Regards, Nigel Legg 07913 740972 http://twitter.com/nigellegg http://uk.linkedin.com/in/nigellegg On 8 June 2013 13:36, Satinderjit Singh wrote: > I am beginner and trying to get start new project according to man

Unable to locate django-admin.py

2013-06-08 Thread Satinderjit Singh
I am beginner and trying to get start new project according to manual I had installed the latest version of Django and currently using ubuntu 13.04 . When i try to run django-admin.py startproject mysite Terminal shows this error: ~$ django-admin.py startproject mysite django-admin.py: command n