Re: PostgreSQL OperationalError

2013-10-18 Thread Muhammed TÜFEKYAPAN
I restart and problem solved. Thanks everbody. Best. On Friday, October 18, 2013 11:28:45 AM UTC+3, Muhammed TÜFEKYAPAN wrote: > > Hello, > > > I just start to publish my app on web. Everything going well but I face a > new problem, before I never face. Site working but sometimes raise error >

Re: PostgreSQL OperationalError

2013-10-18 Thread Xavier Ordoquy
If you are using anything other than the devserver, you'll need to reload / restart your service in order for your changes to take effects. Django/webservers differ a couple of things until a request comes. This means that if you changed the settings after a first request you may have a some thr

Re: PostgreSQL OperationalError

2013-10-18 Thread Muhammed TÜFEKYAPAN
Thanks for answer. But if my login and pass didn't match, it always raise error. It just sometimes raise error, sometimes doesn't. 2013/10/18 Xavier Ordoquy > Hello, > > Your DATABASES settings aren't correct. > fe_sendauth is about Postgresql complaining the login/password didn't > match. > >

Re: PostgreSQL OperationalError

2013-10-18 Thread Xavier Ordoquy
Hello, Your DATABASES settings aren't correct. fe_sendauth is about Postgresql complaining the login/password didn't match. Regards, Xavier, Linovia. Le 18 oct. 2013 à 10:28, Muhammed TÜFEKYAPAN a écrit : > Hello, > > > I just start to publish my app on web. Everything going well but I face

PostgreSQL OperationalError

2013-10-18 Thread Muhammed TÜFEKYAPAN
Hello, I just start to publish my app on web. Everything going well but I face a new problem, before I never face. Site working but sometimes raise error like this; OperationalError at / fe_sendauth: no password supplied Full error looks like this; OperationalError at / fe_sendauth: no