>   File "/usr/local/lib/python2.6/dist-packages/django/db/backends/
> postgresql_psycopg2/base.py", line 84, in _cursor
>     self.connection = Database.connect(conn_string, **self.options)
> psycopg2.OperationalError: FATAL:  Ident authentication failed for
> user "djangouser"

Sounds like your postgres database doesn't have a user named 
"djangouser", or if so, you put the wrong password in the 
settings.py file

-tkc



--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to