Recommendation/alternative for multi-tenancy under django

2014-07-18 Thread Subodh Nijsure
This is the first time I am trying to implement multi-tenant setup under django and hence the question. Problem/Setup - There are two companies signed up for service from portal I am developing say CompanyA, CompanyB. - Each user with this setup is identified by unique email address, users login

Re: Recommendation/alternative for multi-tenancy under django

2014-07-18 Thread Mike Dewhirst
On 19/07/2014 3:51 AM, Subodh Nijsure wrote: This is the first time I am trying to implement multi-tenant setup under django and hence the question. Problem/Setup - There are two companies signed up for service from portal I am developing say CompanyA, CompanyB. - Each user with this setup is

Re: Recommendation/alternative for multi-tenancy under django

2014-07-18 Thread carlos
Hi, Subodh right now i find information for multi-tenant project in django and see this app, i never used only i read information for the future project. https://github.com/bernardopires/django-tenant-schemas maybe help you. Cheers On Fri, Jul 18, 2014 at 6:56 PM, Mike Dewhirst wrote: > On 1

Re: Recommendation/alternative for multi-tenancy under django

2014-07-21 Thread Subodh Nijsure
Unfortunately one of our requirement is to use mySQL. So this wouldn't work with that correct? To be honest at this moment I am not sure of pros & cons of using mySQl v/s postgres I will do some more research on that and see if switching to postgres SQL is an option. -Subodh On Fri, Jul 18, 201