Re: Postgres database server

2014-10-13 Thread Hannu Krosing
On 10/13/2014 08:31 PM, sheyda kianimehr wrote: > Yes, I did but when I want to run server python manage.py runserver > I got this message > > django.db.utils.OperationalError: FATAL: password authentication > failed for user "postgres" > FATAL: password authentication failed for user "postgres"

Re: Postgres database server

2014-10-13 Thread Babatunde Akinyanmi
Hi Sheyda, Perhaps you need to adjust your postgres configuration file On 13 Oct 2014 19:52, "sheyda kianimehr" wrote: > Hi Collin, > I made a Database, I can see the tables of my DBs in terminal but when I > use this python manage.py runserver > for connecting to server I got this error. > > dj

Re: Postgres database server

2014-10-13 Thread sheyda kianimehr
Yes, I did but when I want to run server python manage.py runserver I got this message django.db.utils.OperationalError: FATAL: password authentication failed for user "postgres" FATAL: password authentication failed for user "postgres" You think there is a problem with my DB? I have made a n

Re: Postgres database server

2014-10-13 Thread sheyda kianimehr
Hi Collin, I made a Database, I can see the tables of my DBs in terminal but when I use this python manage.py runserver for connecting to server I got this error. django.db.utils.OperationalError: FATAL: password authentication failed for user "postgres" FATAL: password authentication failed

Re: Postgres database server

2014-10-13 Thread Collin Anderson
Hi Sheyda, What does the error message say? Collin -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this g

Re: Postgres database server

2014-10-11 Thread Tom Lockhart
On Oct 11, 2014, at 10:10 AM, sheyda kianimehr wrote: > Hi guys I have a problem. > I am so new in Django and Postgres > > I am installed python, django, postgres on Ubuntu (acording to > https://docs.djangoproject.com/en/1.7/intro/tutorial01/) > but I have problem in seting up The development

Postgres database server

2014-10-11 Thread sheyda kianimehr
Hi guys I have a problem. I am so new in Django and Postgres I am installed python, django, postgres on Ubuntu (acording to https://docs.djangoproject.com/en/1.7/intro/tutorial01/) but I have problem in seting up The development server, I see password for postgres user error after typing this is