I recently made a new production database for a site using the following methods:
1. Ran syncdb to create all tables needed for the project 2. Used data transfer in PG Navicat to bring in old data I need Now when I try to create a new object in the admin interface I keep getting: IntegrityError: duplicate key violates unique constraint "app_table_pkey" It's like it doesn't know all those records are there and is trying to save over them. Can someone please tell me how to fix this? Thank you. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---