“Foreign Keys” across very separate databases in Django
问题 I've writing a Django site that uses two different databases. One is the local, let's call it, "Django", database that stores all of the standard tables from a pretty standard install -- auth, sites, comments, etc. -- plus a few extra tables. Most of the data, including users, comes from a database on another server, let's call it the "Legacy" database. I'm looking for suggestions on clean, pythonic ways of connecting the two databases, particularly in regards to users. I'm using a proxy