Hello,
i'm using postgres with django on ubuntu 7.04. when i try to syncdb, i got
that error:
Traceback (most recent call last):
File "./manage.py", line 11, in <module>
execute_manager(settings)
File
"/usr/local/lib/python2.5/site-packages/django/core/management/__init__.py",
line 264, in execute_manager
utility.execute()
File
"/usr/local/lib/python2.5/site-packages/django/core/management/__init__.py",
line 215, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File
"/usr/local/lib/python2.5/site-packages/django/core/management/base.py",
line 70, in run_from_argv
self.execute(*args, **options.__dict__)
File
"/usr/local/lib/python2.5/site-packages/django/core/management/base.py",
line 84, in execute
output = self.handle(*args, **options)
File
"/usr/local/lib/python2.5/site-packages/django/core/management/base.py",
line 168, in handle
return self.handle_noargs(**options)
File
"/usr/local/lib/python2.5/site-packages/django/core/management/commands/syncdb.py",
line 39, in handle_noargs
cursor = connection.cursor()
File
"/usr/local/lib/python2.5/site-packages/django/db/backends/__init__.py",
line 33, in cursor
cursor = self._cursor(settings)
File
"/usr/local/lib/python2.5/site-packages/django/db/backends/postgresql_psycopg2/base.py",
line 60, in _cursor
self.connection = Database.connect(conn_string, **self.options)
psycopg2.OperationalError: FATAL: Ident authentication failed for user
"postgres"
could u help me solving this problem please
thamks in advance
--
Yours
Heba
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---