Multiple Databases in Django 1.2
December 16th, 2009Django 1.2 will contain support for multiple databases. Good news for people trying to scale their web application or building intranet services.
Django 1.2 will contain support for multiple databases. Good news for people trying to scale their web application or building intranet services.
Quit banging your head and learn to debug your Python web application using an interactive stack trace (pdb).