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

Re: Postgres database server

2014-10-13 Thread sheyda kianimehr
my DB? I have made a new DataBase and I can access that at terminal. On Saturday, October 11, 2014 12:33:03 PM UTC-5, Thomas wrote: > > > 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

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