Last week I started migrating a project from MySQL over to Postgres to start toying around with GeoDjango. I ran a dumpall in MySQ, altered the results and loaded it up into Postgres into tables created by the syncdb command.
Everything works fantastically, except for when I try to add new records to any model in the admin section. When I try to add any record, I get a "null value in column "id" violates not-null constraint" error. I'm completely new to postgres, so I imagine this is an error can be addressed there. Any ideas on how I owuld go about doing so? Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---