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.

Any idea what I did wrong?

thanks a lot,

Pieter


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

Reply via email to