Re: South American Developers

2007-05-10 Thread Mi Reflejo
Yes, there are. At least one, but not in Chile. I'm in Argentina.

Regards,
-- 
Martín Conte Mac Donell
http://www.catartico.com


On 5/9/07, Josef <[EMAIL PROTECTED]> wrote:
>
>
> Are there any South American developers out there?  Specifically in
> Chile?  I'm looking to band together with a few locals to work on some
> fun consumer oriented web projects.
>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~--~~~~--~~--~--~---



Multiple Profiles

2007-05-07 Thread Mi Reflejo
Hi,

I have a project with multiple user types. That means: Multiple profiles.

Since i don't have one AUTH_PROFILE_MODULE i can't use get_profile(). I
think i could do a intermediate M2M table but i don't want this overload and
i loose user_profile cache (Because in this scenery M2M table is cached but
not profile)

To solve this issue i wrote a simple patch for contrib/auth/models.py.
[Patch is attached] that add one var to get_profile so you can choose your
profile table dinamically.

Is there another solution for this?

Regards,
-- 
Martín Conte Mac Donell
http://www.catartico.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~--~~~~--~~--~--~---



auth.models.patch
Description: Binary data


Generic view patch submited

2007-05-05 Thread Mi Reflejo
I don't know which is the way to submit patches, i just added a ticket with
the attachment (http://code.djangoproject.com/ticket/4225).

Is this the right way?.

Regards,
-- 
Martín Conte Mac Donell
http://www.catartico.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~--~~~~--~~--~--~---