Multi-tenant SAAS in Django
I have developed Multi-tenant SAAS apps in PHP/Laravel but recently I had a challenge to develop one in Django/Python. I am still learning Django though and I really like Django rest framework (DRF). But I have difficulties to figure out the highlighted areas below, If someone shows some light, I will be good to go: How to handle subdomains/domains and selecting the right tenant db How to manage and dynamically handle different database in django Can multi-tenant apps backend still be managed from Django admin interface I will be using queues and other apps scalling techniques, need tips and