Re: psycopg2.ProgrammingError: relation * already exists

2007-06-24 Thread Malcolm Tredinnick
On Mon, 2007-06-25 at 13:09 +1000, Malcolm Tredinnick wrote: > On Sun, 2007-06-24 at 20:07 +, yuccaplant wrote: > > I'm new to Django and I suspect I did something wrong. Whenever I do > > > > python manage.py syncdb > > > > I get these kind of errors: > > > > psycopg2.ProgrammingError: rel

Re: psycopg2.ProgrammingError: relation * already exists

2007-06-24 Thread Malcolm Tredinnick
On Sun, 2007-06-24 at 20:07 +, yuccaplant wrote: > I'm new to Django and I suspect I did something wrong. Whenever I do > > python manage.py syncdb > > I get these kind of errors: > > psycopg2.ProgrammingError: relation "auth_message" already exists > > which is of course true, because I

Re: psycopg2.ProgrammingError: relation * already exists

2007-06-24 Thread l5x
Hm.. I suppose that if you change the name of model it'll be okay. --~--~-~--~~~---~--~~ 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 unsubscr

psycopg2.ProgrammingError: relation * already exists

2007-06-24 Thread yuccaplant
I'm new to Django and I suspect I did something wrong. Whenever I do python manage.py syncdb I get these kind of errors: psycopg2.ProgrammingError: relation "auth_message" already exists which is of course true, because I ran "python manage.py syncdb" before to create these tables. But someho