That is another forum and postgresql question, and they provide fantastic
documentation:
http://www.postgresql.org/docs/8.1/static/sql-createrole.html

I use pd-Admin tool myself to totally control the database.
I would suggest think you make sure you are able to play around with the
database first creating tables, assigning values, etc.  (via psql or
pg-Admin) with the user you have created before dealing with django.
On Tue, Sep 8, 2009 at 12:03 AM, Jan Ostrochovsky <
jan.ostrochov...@gmail.com> wrote:

>
> How exactly did you put your database user? What is content of your
> pg_hba.conf?
> Maybe some parts of this could be helpful:
>
> http://sharpe-s-postgres.blogspot.com/2009/09/how-to-install-and-configure-postgresql.html/
>
> On Sep 7, 11:15 pm, Zico <mailz...@gmail.com> wrote:
> > On Tue, Sep 8, 2009 at 3:06 AM, Angel Cruz <mrangelc...@gmail.com>
> wrote:
> >
> > > You don't have a user account named 'root' in your database.  You
> should
> > > probably use another user besides root.  Change your settings.py file
> to
> > > the
> > > correct database user?
> >
> > Ok, if i put my database user "fixmystreet" .. which is the exact user..
> > then this error comes:
> >
> > *psycopg2.InternalError: current transaction is aborted, commands ignored
> > until end of transaction block*
> >
> > --
> > Best,
> > Zico
>  >
>

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