Oh one more thing:

I have created a new superuser for postgre called django_user

Now when I try to connect to it it says:

FATAL:  Peer authentication failed for user "django_user"

But the password is correct, I had no choice than change the settings in /etc/postgresql/9.1/main/pg_hba.conf

from

# "local" is for Unix domain socket connections only
local   all             all peer

to

# "local" is for Unix domain socket connections only
local   all             all trust


Is this the normal approach? Do I have to do the same thing on my production box?

Many Thanks,


--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to