Hello, I've been making small progress moving into Django 0.96.1-1, but have hit a snag early on.
I'm able to start a project and bring up the Django blue "It works!" screen. Following the instructions in http://glasnost.beeznest.org/articles/218, I've created a Postgresql database web and user webuser. (Postgresql 8.2.6-1) I've assigned a Postgresql password to webuser and have added the line: host web webuser md5 to pg_hba.conf. User webuser is able to connect to web using the assigned password via: psql -h localhost -U webuser -W web ...and is able to execute various db commands. Now, back to the Django tutorial, I edited settings.py, entering 'postgresql_psycopg2.' 'web,' 'webuser,' and webuser's password in the appropriate slots. Now I hit the instruction: python manage.py syncdb and I get: Psycopg2.Operational Error: FATAL Ident authentication failed for user 'webuser' I've hacked on this for a good part of the day: -- deleted and re-added webuser -- added the line "local web webuser md5" to pg_hba.conf as suggested in the breezenet tutorial -- and a bunch of other stuff But, so far, no cigar. I'm not sure if this is a Debian issue, but it has me stopped cold for the moment. I welcome any and all suggestions. Many thanks, Lloyd --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---