Re: starting a django project

2014-03-19 Thread Venkatraman S
Are you using any tutorials to get started? Also, is this on Windows or Linux - shouldnt be much different; you might have some PATH issues in certain cases. Also, you haven't mentioned if you got any errors/warnings while starting the project. -Venkat @venkasub On Tu

Re: starting a django project

2014-03-18 Thread Bill Freeman
A first guess: Try using "python django-admin.py startproject mysite". That will help if your system isn't configured to automatically use python for this task. If this helps, then later, when you are running manage.py commands, you will also need to prefix them with python. On Tue, Mar 18, 201