Objective. I have to develop a project with Django and I want it to have the following characteristic: for each company or client (whether company or not) that uses my system, I want a database to be created independent.
Basically what I want is for the system to have "superusers", and that the data of each of them have a database. For each superuser there will be a company and users of that company's system.
What I researched. I've found with the following options :
Question. Is it possible to use a separate database per customer with Django? How would it be done?
Attempts. I found a package called "django multi tenant postgresql" (or something similar). It is not clear to me if this is what can be done with this package