I know that when I define a manytomany field automagically "behind the scene 
Django creates an intermediary join table to represent the many-to-many 
relationship".
Now I have a legacy MySQL db, feeded by an existing procedure built in 
Filemaker  via ODBC, which I would like to use with django too. In this legacy 
db the "intermediary join table" already exists but with a different name and 
with different name fields.
How can I tell Django to use that table without creating a new one?
An example would be very useful.
Bye from Rome
Vittorio

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


Reply via email to