Re: Django tenants schema with database cluster

2024-02-03 Thread Nagaraja
Can you tell me.. what's the issue you are facing with database routing? On Tue, 30 Jan, 2024, 6:31 am Husbas, wrote: > We are running a Saas with django-tenants and AWS aurora. > However, for AWS aurora and django, we need to implement a DB Router to > read from read replica and write to master

Re: Django tenants schema with database cluster

2024-01-31 Thread akabokwu chidera
Since it can't work because of the current router of django-tenants scheme Why not work on the current router of django tenants scheme since that is the problem. Then after that we can now implement the use of DB Router I believe that this will help On Tue, 30 Jan 2024, 02:01 Husbas, wrote: > We

Django tenants schema with database cluster

2024-01-29 Thread Husbas
We are running a Saas with django-tenants and AWS aurora. However, for AWS aurora and django, we need to implement a DB Router to read from read replica and write to master database. This doesn't seem to be possible with current Router of django-tenants schema. Is there a way to handle this? -