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