Re: Django can't connect to postgresql

2008-01-22 Thread LRP
On Jan 21, 8:28 pm, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > On 21-Jan-08, at 10:32 PM, LRP wrote: > this is an unsafe default for you to get things working. Now > experiment with using password or md5 or ident for authentication > Thanks, Kenneth, I've got it working with md5. One of t

Re: Django can't connect to postgresql

2008-01-21 Thread Kenneth Gonsalves
On 21-Jan-08, at 10:32 PM, LRP wrote: > Looks like I'll have study pg_hba.conf configuration in much more > detail. this is an unsafe default for you to get things working. Now experiment with using password or md5 or ident for authentication -- regards kg http://lawgon.livejournal.com htt

Re: Django can't connect to postgresql

2008-01-21 Thread LRP
Thanks Kenneth, That did the trick. Looks like I'll have study pg_hba.conf configuration in much more detail. All the best, Lloyd On Jan 20, 9:07 pm, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > On 21-Jan-08, at 4:07 AM, LRP wrote: > > > Psycopg2.Operational Error: FATAL Ident authenticati

Re: Django can't connect to postgresql

2008-01-20 Thread Kenneth Gonsalves
On 21-Jan-08, at 4:07 AM, LRP wrote: > Psycopg2.Operational Error: FATAL Ident authentication failed for user > 'webuser' # TYPE DATABASEUSERCIDR-ADDRESS METHOD # "local" is for Unix domain socket connections only local all all trus

Django can't connect to postgresql

2008-01-20 Thread LRP
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