On Sun, 2007-06-24 at 20:07 +0000, 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 ran "python manage.py syncdb" > before to create these tables. But somehow django doesn't get past > these messages and quits creating the databases. I thought it should > update tables and add non-existent tables.
I'm guessing that you're using a very recent subversion checkout of the code. A bug crept in on Saturday that is causing this. It's fixed now (in [5228]). This was ticket #4678. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---