I'm not an expert, but this article seems like a good start: How to Configure Multiple Databases in Django the Simple Way https://strongarm.io/blog/multiple-databases-in-django/
On Monday, January 7, 2019 at 1:49:15 PM UTC-5, Sanderson Carmona wrote: > > Good afternoon, > > I'm using the latest version of Django (2.x) and I'm having a rather > complicated task because of the lack of experience I have with the > Framework. > To do: I need to use 1 bank as default and others created in real time for > the contract client in the company. > > Example: You purchased a service and when registering the system create a > database with standard tables for its use; > When this client logs in the system will load information from the created > bank. > To do this it should read in the database the name of the client's > database and load it into the DATABASES variable, that is, if not see > another way. > > If anyone can help me thank you very much, I already researched and did > not find anything on. > Thank you > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/0a4fbe28-cd1d-4cc0-a3cc-00ec2c74fb40%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

