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.
I need to be able to connect dynamically to each client database within code itself, no alteration of the “settings” file.
Can this be done???