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.