I'm really in a bind here and need to get my site back up. Any help at all will be greatly appreciated.
Saving some of my objects work, but only because early IDs have been removed so it isn't trying to insert an object with an existing ID. Is there anyway to make django 'know' about the existing data? Thanks you. On Mar 27, 7:28 pm, makebelieve <[EMAIL PROTECTED]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---