Re: Multi-tenant Django

2012-05-22 Thread Bernardo Pires
o all models needed, so that you can infer which Tenant you are talking about. I've been thinking of using it on my next project. Any suggestions? Thanks in advance. Bernardo Pires Am Mittwoch, 9. Mai 2012 05:02:45 UTC+2 schrieb Alec Taylor: > > Dear Django-developers, > > I&#x

Re: auth.user refactor: the profile aproach

2012-05-22 Thread Bernardo Pires
Sorry for reviving this thread. Are the auth mixins fork from ogier going to be commited to the django master branch anytime soon? I'd like to "officially" use it. Is there any documentation available? Thanks in advance. Am Dienstag, 3. April 2012 02:35:41 UTC+2 schrieb Jacob Kaplan-Moss: > >

Re: End-user defined fields, how would you approach it?

2012-01-30 Thread Bernardo Pires
Someone has PMS. On Jan 30, 12:22 pm, Etienne Robillard wrote: > On 01/29/2012 02:46 PM, John Hensley wrote: > > > > > > > > > > > On Jan 29, 2012, at 1:52 PM, Etienne Robillard wrote: > > >> On 01/29/2012 01:40 PM, Aymeric Augustin wrote: > >>> Hello Etienne, > > >>> The three messages you poste

Re: End-user defined fields, how would you approach it?

2012-01-29 Thread Bernardo Pires
That's a great reference, many thanks ivan! On Jan 29, 4:58 pm, Ivan Kharlamov wrote: > On 01/29/2012 12:18 PM, Bernardo Pires wrote: > > > > > > > > > > > Good Morning guys! > > Scenario is the following. For some models on Django, I would like to

End-user defined fields, how would you approach it?

2012-01-29 Thread Bernardo Pires
considering this scenario, how would you guys rate this method, would it be ok to have one table for each user? The model that requires custom fields is for example Person. They might want a custom field to store address, blood type, or any other thing. MANY THANKS in advance! Have a nice sunday!