Monday, January 29, 2024

Django tenants schema with database cluster

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?

--
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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/27effb38-eb2b-486e-9b5e-fbb75ae14157n%40googlegroups.com.

No comments:

Post a Comment