Re: Problems getting manage.py syncdb to work

2008-09-18 Thread airjaw
Hello, thanks for your help. I can login using psql, and see all the databases and users. Altho, I couldn't log in as ocdnet_admin . It said I didn't have ocdnet_admin database. I created ocdnet_admin database and now i can log in as that user. manage.py syncd db still does not work tho. I gue

Re: Problems getting manage.py syncdb to work

2008-09-18 Thread Sérgio Durand
hi, try to connect with postgres using psql utility: psql -h localhost -U -W if you don't have success login, the problem could be on postgres config. []'s Sergio Durand airjaw escreveu: > Hi, I'm having a bit of trouble getting past the "manage.py syncdb" > command. I am trying to setup :

Problems getting manage.py syncdb to work

2008-09-17 Thread airjaw
Hi, I'm having a bit of trouble getting past the "manage.py syncdb" command. I am trying to setup : Postgresql 8.3 Django 1.0 psycopg2 The error I get when I run syncdb is: psycopg2.OperationalError: could not connect to server: No such file or directory Is the server running locally and accepti