Way to isolate inherited model classes?

2012-02-27 Thread Gene horodecki
Hi there. I have a multi-table inheritance in my main application like this: MailItem->Parcel->LargeParcel Now I want to have a separate application called 'dispatch' that serves as a staging area as information comes in about the parcels. So I want a single table that has a row that corres

Re: Way to isolate inherited model classes?

2012-03-05 Thread Michael Elkins
On Mon, Feb 27, 2012 at 09:18:22AM -0600, Gene horodecki wrote: Hi there. I have a multi-table inheritance in my main application like this: MailItem->Parcel->LargeParcel Now I want to have a separate application called 'dispatch' that serves as a staging area as information comes in about t