We are going to do a SAAS based application for our existing application. We need to integrate the Multi-Tenancy database using MySQL in this application. Please suggest any predefined packages available in Django. For example, company1.domain.com,company2.domain.com,company3.domain.com.Here Company1, Company2, Company3 are databases already created at the time of the company creation. Using the subdomain name the database needs to selected by Django common application. Other models are the same for all companies.
-- 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+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1a7fe1af-6fa5-4639-8289-b9975b98b4a5%40googlegroups.com.