On Oct 11, 2014, at 10:10 AM, sheyda kianimehr <sheyda...@gmail.com> 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/77B3791A-A6C8-43D8-9FE6-0D98E016441C%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to