Automatic user association, and confirmation page

2009-10-09 Thread Andrew Pendleton
I'm trying to figure out the best way to add an email address form field to the edit page for a model in the Django admin, and, upon save, automatically set a hidden foreign key to associate said model instance to the Django user with this email address, or, alternatively, create a new user with s

Re: Automatic user association, and confirmation page

2009-10-13 Thread Andrew Pendleton
new one? > > On Oct 10, 12:41 am, Andrew Pendleton wrote: > > > I'm trying to figure out the best way to add an email address form > > field to the edit page for a model in the Django admin, and, upon > > save, automatically set a hidden foreign key to associate said