Reviews of pluggable apps? (Sphene Community Tools)

2009-03-10 Thread Gok Mop
Hi, Can anyone point me to a site where I can find reviews or futher information about pluggable apps available for Django? I found Sphene Community Tools (which looks like what I want for user discussion forums, user profiles, and several other things) but it's difficult to find any competition

Re: Multiple different user profile objects - Django code design help

2009-02-20 Thread Gok Mop
On Feb 20, 6:07 am, Beres Botond wrote: > To be honest I don't really see why you would need multiple user > profile models, > instead of having one user profile model, and each entry would define > a different > user profile. What do you mean by "one user profile model, and each entry would def

Re: Multiple different user profile objects - Django code design help

2009-02-19 Thread Gok Mop
On Feb 19, 6:39 pm, Andrew Ingram wrote: > Simplest solution : don't worry about the AUTH_PROFILE_MODULE setting. > > I'm working on a site with numerous modules that contain user account > information, such as orders and newsletter preferences. I just have a > foreignkey to the auth User on each

Multiple different user profile objects - Django code design help

2009-02-19 Thread Gok Mop
I'm struggling with how to design something, and I'm pretty sure somebody has an easy solution. I need to store different information about different classes of users. I want to attach those classes as the user profile to my django.contrib.auth.User object, so I can always cross-walk from the Us