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. 

But, by using python mananage.py
inspectdb, I became aware that it runs well only for the public schema.
After some researchs, I found some patches at
https://code.djangoproject.com/ticket/6148 [1] and some app at
https://github.com/tuttle/django-schemata [2] . 

The question is: What
do you thing is the best to use? 

Because the ticket is 3 years old,
and I'm wondering if things have been added by the time in the core?
In
the description of the app, we can read this : "One schema for one
customer" but I have several schema for one customer, and i'll need to
read and add information in all of them.

Hope i'm clear enough.
I'll be
greatful to anyone who could give me tips.

Mathilde 
 


Links:
------
[1] https://code.djangoproject.com/ticket/6148
[2]
https://github.com/tuttle/django-schemata

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to