Restart postgres, python manage.py syncdb, restart apachectl
If you still get the message below, it looks like you have a malformed query (it this a raw sql query of via the django ORM?). _____ From: Zico [mailto:[email protected]] Sent: Monday, September 07, 2009 2:15 PM To: [email protected] Cc: [email protected] Subject: Re: psycopg2.OperationalError: FATAL: role "root" does not exist On Tue, Sep 8, 2009 at 3:06 AM, Angel Cruz <[email protected]> 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

