Monday, January 7, 2019

Creation of database in real time and loading it in the DATABASES variable of Django;

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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/9d0b76c9-f8fb-4c5a-b335-d7bb6cfb9fe0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment