Re: how to deal with a multi-schema legacy database?

2011-12-14 Thread Anssi Kääriäinen
On Dec 14, 6:54 am, Mathilde V wrote: > Hi, > > I'm a newbie with Django and I need some advice about legacy > database. > I've got a PostgreSQL database (8.4) with several schemas, > each containing a lot of tables. And I wish to transfer the actual > associates site into Django, but it would t

how to deal with a multi-schema legacy database?

2011-12-14 Thread Mathilde V
Hi, I'm a newbie with Django and I need some advice about legacy database. I've got a PostgreSQL database (8.4) with several schemas, each containing a lot of tables. And I wish to transfer the actual associates site into Django, but it would take to much time to re-organise all the database.