On Fri, 2009-04-10 at 20:36 -0700, nixon66 wrote: > The meta option is already there. And the myproject_country table is > still created.
I seem to remember there have been some problems where querying the existing tables in the database returned them with different casing of the name to what they were created with. Specifically with MySQL. So what database backend are you using? What is the exact capitalisation, both in your model and in the database when you list the tables? Maybe you could put some debugging prints into the syncdb code where it looks for existing tables (django/core/management/commands/syncdb.py) to see what is coming back when it retrieves the existing tables. 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---