Postgres uses a unix style user model. Its intuitive once you understand it:

I would seriously advise you to read the tutorial for this:

http://www.postgresql.org/docs/manuals/

FInd out the version you are using too.

Specifically:
1.2. Architectural Fundamentals
onwards.

That error just means you dont have user/passwords/groups set up
properly and postgres has wonderful documentation!
cheers

sam_w


On Mon, Apr 11, 2011 at 11:57 PM, L Corbani <lec...@gmail.com> wrote:
>
> Shawn,
>
> In fact, it was an issue with my database settings.  I changed the
> host and now it is working.  Thanks for helping me shift my brain a
> bit this morning :)
>
> Lori
>
>
> On Apr 11, 9:31 am, Shawn Milochik <sh...@milochik.com> wrote:
>> Try it with sqlite3. If that works, then the problem is probably with
>> your Postgres setup.
>>
>> Try interacting with Postgres using the psql command. It's likely that
>> you have some problem in the configuration.
>
> --
> 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.
>
>

-- 
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