Multiple database connection: a simple use case
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
Read More
An as-yet unsolved multi-DB problem
Originally posted to the Django users group:
- "We're building a couple of different projects - one social network-y site, and one that's bloglike. So each has its own unique database, but they do share one common set of content.
I've created a third ...
Read More
Slimming down your project's admin
Speaking of slimming down, I was just at the gym, listening to the most recent episode of This Week in Django on my iPod (not exactly the best workout motivation, but it was what I had with me at the time). In this week's episode, Brian Rosner ...
Read More
Read More


