Django books

2024-01-29 Thread AshiQul Islam Munna
Can I get the 'Django for Beginners Build websites with Python and Django By William S. Vincent' pdf for free? -- 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 d

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? -