Hi Rajesh,

I rm'd the db entirely, and re-syncdb'd, and then I did as you
suggested:

sqlite> delete from "sermons_scripture";
sqlite> insert into "sermons_scripture" (id, book, chapter, from_verse,
to_verse, passage) values (1, "1", 1, 1, 2, "passage");
sqlite> insert into "sermons_scripture" (id, book, chapter, from_verse,
to_verse, passage) values (1, "1", 1, 1, 2, "passage");
SQL error: PRIMARY KEY must be unique
sqlite> 

Thanks,

Seemant


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to