Multiple database connection: a simple use case

Posted by: barbara | Date: Oct 15, 2008 | Category: django
A few days ago, I posted (here and on Google's Django Users group) about my particular multi-DB situation. In brief, we have two different projects (and possibly more going forward) that have unique codebases and separate databases, but will share at least one object, a common type of content.

Read More