Re: creating account and user_profile simultaneously

2007-03-31 Thread Brett Parker
On Sat, Mar 31, 2007 at 03:53:50AM -0700, [EMAIL PROTECTED] wrote: > > Can anyone help me with this - when user creates account in the > system, i want him to fill in his profile as well. I suppose I need to > edit the view, and add two forms, one for profile, one for user > their. But how do I g

creating account and user_profile simultaneously

2007-03-31 Thread [EMAIL PROTECTED]
Can anyone help me with this - when user creates account in the system, i want him to fill in his profile as well. I suppose I need to edit the view, and add two forms, one for profile, one for user their. But how do I get user's ID after new_user = form.save()? Get the latest user? --~--~--