Re: Why does the startproject command open a file instead of creating project folders

2013-12-09 Thread Tom Evans
On Sun, Dec 8, 2013 at 8:02 PM, Gideon Bar wrote: > > Hello > > > I am new to Django and followed this tutorial > https://docs.djangoproject.com/en/1.6/ref/django-admin/#django-admin-startproject > > I am using windows 7 64 bit and the startproject command on open a file > instead of creating pr

Re: Why does the startproject command open a file instead of creating project folders

2013-12-08 Thread Ivan Ramirez
I had the exact problem today when going through the first part. This worked for me: python “C:\Program Files\Anaconda\Scripts\django-admin.py” startproject mysite -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group

Why does the startproject command open a file instead of creating project folders

2013-12-08 Thread Gideon Bar
Hello I am new to Django and followed this tutorial https://docs.djangoproject.com/en/1.6/ref/django-admin/#django-admin-startproject I am using windows 7 64 bit and the startproject command on open a file instead of creating project folders How can I create a project from the command line?