Re: On django multi tenancy

2014-08-06 Thread Riccardo Magliocchetti
Hello, Il 06/08/2014 16:34, Robert Grant ha scritto: Does Ikari do what you want? I'm not saying it should or shouldn't be in Django contrib itself, but at least worth taking a look and seeing if that has any useful ideas. Thanks for sharing, the patc

Re: On django multi tenancy

2014-08-06 Thread Robert Grant
Does Ikari do what you want? I'm not saying it should or shouldn't be in Django contrib itself, but at least worth taking a look and seeing if that has any useful ideas. On Wednesday, 30 April 2014 09:37:13 UTC+2, riccardo.magliocchetti wrote: > > Hi Ed

Re: On django multi tenancy

2014-04-30 Thread Riccardo Magliocchetti
Hi Eduardo, [adding Stephen McDonald to CC] Il 29/04/2014 21:43, Eduardo Rivas ha scritto: Mezzanine, a Django based CMS, has true multi tenancy. I've used it and works great. However, it's clear it's not something that should be in Django's core, for the reasons other have stated. I'm just bri

Re: On django multi tenancy

2014-04-29 Thread Eduardo Rivas
Mezzanine, a Django based CMS, has true multi tenancy. I've used it and works great. However, it's clear it's not something that should be in Django's core, for the reasons other have stated. I'm just bringing it up in case OP is still looking for something like this for his projects; not tryin

Re: On django multi tenancy

2014-04-03 Thread Yo-Yo Ma
It's so easy to build an Account or Tenant or Site model of your own, do a little leg work, and you've got a multitenant app with all the custom functionality you need. Getting caught up in trying to use contrib apps and hacking things together turned out to be more work once you pass the basics

Re: On django multi tenancy

2014-04-03 Thread Riccardo Magliocchetti
Hello, Il 03/04/2014 09:46, Riccardo Magliocchetti ha scritto: Hello, Il 03/04/2014 00:15, Russell Keith-Magee ha scritto: On Thu, Apr 3, 2014 at 2:20 AM, Riccardo Magliocchetti mailto:riccardo.magliocche...@gmail.com>> wrote: First we already have an initial patch sitting in this ticket

Re: On django multi tenancy

2014-04-03 Thread Riccardo Magliocchetti
Hello, Il 03/04/2014 00:15, Russell Keith-Magee ha scritto: On Thu, Apr 3, 2014 at 2:20 AM, Riccardo Magliocchetti mailto:riccardo.magliocche...@gmail.com>> wrote: Hi everyone, i'd like to start a discussion about multi tenancy on this list. I've been asked to move the discussion

Re: On django multi tenancy

2014-04-02 Thread Russell Keith-Magee
On Thu, Apr 3, 2014 at 7:42 AM, wrote: > > Short version - it doesn't matter what pretty name you put on it, a thread >> local is a global variable. We teach first year programmers not to use >> globals, so why would we introduce them to Django as a core framework idea? >> > > Aren't database con

Re: On django multi tenancy

2014-04-02 Thread Michael Manfre
On Wed, Apr 2, 2014 at 7:42 PM, wrote: > > Short version - it doesn't matter what pretty name you put on it, a thread >> local is a global variable. We teach first year programmers not to use >> globals, so why would we introduce them to Django as a core framework idea? >> > > Aren't database con

Re: On django multi tenancy

2014-04-02 Thread patrick . dobbs
> Short version - it doesn't matter what pretty name you put on it, a thread > local is a global variable. We teach first year programmers not to use > globals, so why would we introduce them to Django as a core framework idea? > Aren't database connections thread local in Django? -- You rec

Re: On django multi tenancy

2014-04-02 Thread Russell Keith-Magee
On Thu, Apr 3, 2014 at 2:20 AM, Riccardo Magliocchetti < riccardo.magliocche...@gmail.com> wrote: > Hi everyone, > > i'd like to start a discussion about multi tenancy on this list. I've been > asked to move the discussion here by Aymeric in this ticket: > > https://code.djangoproject.com/ticket/1

On django multi tenancy

2014-04-02 Thread Riccardo Magliocchetti
Hi everyone, i'd like to start a discussion about multi tenancy on this list. I've been asked to move the discussion here by Aymeric in this ticket: https://code.djangoproject.com/ticket/17802 First we already have an initial patch sitting in this ticket: https://code.djangoproject.com/ticke