Re: Multi-tenant Django

2012-05-15 Thread Anthony Briggs
Hi Alec, One of the science experiments on my todo list is to try and set up one of the fancy new database routers (possibly with get_current_site() or similar) and see if I can serve multiple sites+databases from the same Django instance. Not sure if that helps, or even it it'll work, but if it

Re: Multi-tenant Django

2012-05-22 Thread Anthony Briggs
I did a similar thing for some of my projects - the problem is that you can't reuse any non-multitenant apps without hacking the multitenant stuff in first, ie. it's a bit of a hack, plus it makes things harder to maintain going forwards. One database per tenant should (in theory) make life much s