Re: multiples database

2014-08-27 Thread n lubkov
but "If you attempt to access a database that you haven’t defined in your DATABASES setting, Django will raise adjango.db.utils.ConnectionDoesNotExist exception." i need a way to access a database without defined it in

multiples database

2014-08-27 Thread n lubkov
Hello, I need to figure if this is possible using django. I have a main database (admin) and a database (clients) for each client. The main database is just a list of clients and the name of the database of each client. The client’s database records all the data of the clients business.

Re: multiples database

2014-08-27 Thread Larry Martell
On Wed, Aug 27, 2014 at 12:31 PM, n lubkov wrote: > Hello, I need to figure if this is possible using django. > > I have a main database (admin) and a database (clients) for each client. > > The main database is just a list of clients and the name of the database of > each client. > > The client’s