you can check this one out https://docs.djangoproject.com/en/4.2/topics/db/multi-db/
On Saturday, August 12, 2023 at 9:44:08 AM UTC-5 pankaj palmate wrote: > I want to creating saas based application containing one super admin and > rest will be customers where each customer will have their own database > .want multiple database with dynamic credentials based on request.I want > the database to be identified from the subdomain provided.Is this possible > using django ? If yes how ? If not what's the option? > I did read about the django tenants but it is schema based but I want > multiple database approach while creating tenants.(database must be > identified from subdomains ) > > Thanks and regards, > Pankaj palmate > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/25e13400-be07-48da-85f6-a3b9f2d12b78n%40googlegroups.com.

