Re: Newbie Issue: Creating a new django project

2010-04-05 Thread CLIFFORD ILKAY
On 04/05/2010 05:43 PM, Kartik wrote: I got it to work and the project to be created. Thanks Dennis for your suggestion. I am getting problems trying to sync db. My settings files are as follows: DATABASE_ENGINE = 'postgresql' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' o

Re: Newbie Issue: Creating a new django project

2010-04-05 Thread Kartik
I got it to work and the project to be created. Thanks Dennis for your suggestion. I am getting problems trying to sync db. My settings files are as follows: DATABASE_ENGINE = 'postgresql' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. DATABASE_NAME = 'postgres'

Re: Newbie Issue: Creating a new django project

2010-04-05 Thread Dennis Kaarsemaker
On ma, 2010-04-05 at 12:38 -0700, Kartik wrote: > python django-admin.py startproject django-test > python: can't open file 'django-admin.py': [Errno 2] No such file or > directory python c:\where\django\lives\django-admin.py startproject myproject (Don't put dashes in your projectname. It shoul