Postgres database server
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 my Terminal python manage.py runserver I put a password in setting.py file but it doesn't work yet. -- 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 group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/fe5f62b7-cf14-42e4-96f0-c34b25a93925%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: Postgres database server
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 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 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 my Terminal > > python manage.py runserver > > I put a password in setting.py file but it doesn’t work yet. > > Are you sure that you are accessing the database through django the way > the database expects? > > You should be able to access your database through the command line: > > psql -U your_db_username dbname > > Send your DATABASES variable from the settings file and we might have some > more suggestions. > > hth > > - Tom > -- 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 group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/625a4edc-ca2a-4f95-97de-81775824c974%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
Re: Postgres database server
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 for user "postgres" On Monday, October 13, 2014 8:36:40 AM UTC-5, Collin Anderson wrote: > > 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 group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/b4a5f4a6-f952-411f-b637-b3a296f1a3fd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.