How can I configure my Django application to use separate databases for different superusers?

23 Views Asked by At

How can I create multiple databases in my Django project, where each superuser has access to their own database but not to other databases (even in the dashboard)?

I have tried to create multiple databases in setting.py and models.py but it is not working.

0

There are 0 best solutions below