Re: Django with MySQL DB for multitenancy

2016-12-16 Thread Peter Edache
distinct instances of the > application on the same server? And you want to get rid of docker? > > Antonis Christofideshttp://djangodeployment.com > > On 2016-12-09 17:13, Peter Edache wrote: > > Hello guys, we are currently looking for a way to migrate our previous > djan

Django with MySQL DB for multitenancy

2016-12-09 Thread Peter Edache
Hello guys, we are currently looking for a way to migrate our previous django application to a full multi-tenant application, currently the way we are handling our client is by giving each client a docker container and using nginx to do the routing, through sub-domain mapping. But after resea