Re: Duplicate entry error from syncdb

2012-10-09 Thread Larry Martell
On Tue, Oct 9, 2012 at 6:22 PM, Larry Martell wrote: > On Tue, Oct 9, 2012 at 5:50 PM, Larry Martell wrote: >> I added a new model and then ran syncdb. It failed with: >> >> django.db.utils.IntegrityError: (1062, "Duplicate entry >> '1-add_permission' for key 'content_type_id'") >> >> >> I remove

Re: Duplicate entry error from syncdb

2012-10-09 Thread Larry Martell
On Tue, Oct 9, 2012 at 5:50 PM, Larry Martell wrote: > I added a new model and then ran syncdb. It failed with: > > django.db.utils.IntegrityError: (1062, "Duplicate entry > '1-add_permission' for key 'content_type_id'") > > > I removed the new model and ran it again and got the same error. I've >

Duplicate entry error from syncdb

2012-10-09 Thread Larry Martell
I added a new model and then ran syncdb. It failed with: django.db.utils.IntegrityError: (1062, "Duplicate entry '1-add_permission' for key 'content_type_id'") I removed the new model and ran it again and got the same error. I've run syncdb many times on this same machine before with no issues.