Re: django-registration & django-profile together

2009-02-11 Thread Mike Ramirez
On Wednesday 11 February 2009 02:13:53 pm Alex Rades wrote: > On Wed, Feb 11, 2009 at 10:43 PM, Mike Ramirez wrote: > > I don't know about django-profiles, but django-registration provides a > > couple signals, user_registered and user_activated. By connecting a > > handler to either one of these

Re: django-registration & django-profile together

2009-02-11 Thread Mike Ramirez
On Wednesday 11 February 2009 02:13:53 pm Alex Rades wrote: > On Wed, Feb 11, 2009 at 10:43 PM, Mike Ramirez wrote: > > I don't know about django-profiles, but django-registration provides a > > couple signals, user_registered and user_activated. By connecting a > > handler to either one of these

Re: django-registration & django-profile together

2009-02-11 Thread Alex Rades
On Wed, Feb 11, 2009 at 10:43 PM, Mike Ramirez wrote: > I don't know about django-profiles, but django-registration provides a couple > signals, user_registered and user_activated. By connecting a handler to > either one of these singals you can redirect the users to the profile form > page. > >

Re: django-registration & django-profile together

2009-02-11 Thread Mike Ramirez
On Wednesday 11 February 2009 01:19:14 pm Alex Rades wrote: > It's "django-profiles" not "django-profile" > > On Wed, Feb 11, 2009 at 10:15 PM, Alex Rades wrote: > > Hi, > > I'm developing a site using django-registration and I'm pretty happy > > with it. Now, I need to attach a profile to each us

Re: django-registration & django-profile together

2009-02-11 Thread Alex Rades
It's "django-profiles" not "django-profile" On Wed, Feb 11, 2009 at 10:15 PM, Alex Rades wrote: > Hi, > I'm developing a site using django-registration and I'm pretty happy > with it. Now, I need to attach a profile to each user, with some > additional information. I've set up django-profiles an

django-registration & django-profile together

2009-02-11 Thread Alex Rades
Hi, I'm developing a site using django-registration and I'm pretty happy with it. Now, I need to attach a profile to each user, with some additional information. I've set up django-profiles and... works OK too :) What I'd like to do now is to "force" a new user to fill his profile. Is there any f