Re: custom comment app migration

2009-04-14 Thread Eric
This has gone well so far -- I ended up pointing my new comment app models at the old database tables using the db_table meta option, and then manually altering the table definitions, that kept things a lot simpler. I'm getting an AlreadyRegistered exception for a custom CommentsAdmin definition

custom comment app migration

2009-04-09 Thread Eric Abrahamsen
I'm planning on migrating an existing (django.contrib) comments setup into a custom comment app, and I'm wondering if anyone's got any experience to impart in this regard. I have done cross-app data migration before, and cocked it up horribly. These are the steps I'm considering; if anyone