Re: Error from python manage.py syncdb

2007-07-16 Thread theju
Your postgresql database is not running. So $ su postgres then go to the postgres user's home directory and then $ postgres -D data/ The database server starts running...then try your syncdb...it'll work. Cheers Thejaswi Puthraya --~--~-~--~~~---~--~~ You recei

Re: Error from python manage.py syncdb

2007-07-16 Thread John Dey
Russ, Thanks for your response. I changed the django port from 5433 (Linux Journal--July 2007) to 5432 and the tables were created. Thanks again. John On Jul 16, 2007, at 9:39 AM, Russell Keith-Magee wrote: > > On 7/16/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> >> Is the ser

Re: Error from python manage.py syncdb

2007-07-16 Thread Russell Keith-Magee
On 7/16/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Is the server running locally and accepting > connections on Unix domain socket "/tmp/.s.PGSQL.5433"? This is a Postgres error, telling you that the psycopg can't connect to the Postgres DB. You need to play around with