On 11/4/06, Rob Hudson <[EMAIL PROTECTED]> wrote: > > Russell Keith-Magee wrote:
> I'm just curious... when the multi-db branch comes in, is this something > where you could have 2 database settings and you could serialize with > data from DB1 and de-serialize to DB2? I'm not sure. I can't say I've had a play with the multi-db branch. However, from what I know of that branch, I suspect you might have some problems because the models from DB1 don't overlap with the models in DB2 (i.e., you don't have a 'User' model in both databases - you have "users" in one and "products" in another.) Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

