Saturday, March 26, 2011

Re: ManyToMany Intermediate Table on a Separate Database?

On Saturday, March 26, 2011 7:33:23 PM UTC, Mazery Smith wrote:
Hey,
I tried setting up an intermediate manytomany table relationship where
my intermediate table
is in one database, my user table (target table) is in a registration
database and my data table (source table) is in another database.

Things aren't working correctly and I'm just checking to make sure
that I can set relationships between tables that are in different
databases. I assume this is possible correct?

No. See:
http://docs.djangoproject.com/en/1.3/topics/db/multi-db/#cross-database-relations
--
DR. 

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

No comments:

Post a Comment