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 your pg_hba.conf and/or postgres.conf files to set up appropriate permissions for access. See the Postgres documentation for details on what you need to do. For Django purposes, the debug check is that you must be able to call: > psql -U USERNAME -h HOST -p PORT -d DATABASE_NAME where USERNAME, HOST, PORT, and DATABASE_NAME are the values in your Django settings file. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---