Re: Specifying a database for a specific app

2011-05-30 Thread Jacob Kaplan-Moss
On Mon, May 30, 2011 at 10:00 AM, Philip Zeyliger wrote: > I have several installed applications within my Hue environment.  I'd like > to use the multiple database support to route all database requests > associated with apptwo.models into a database called "apptwo", while keeping > everything el

Specifying a database for a specific app

2011-05-30 Thread Philip Zeyliger
Hi there, I have several installed applications within my Hue environment. I'd like to use the multiple database support to route all database requests associated with apptwo.models into a database called "apptwo", while keeping everything else in the default database. Is this possible? It seem