Re: User profile form

2010-04-05 Thread Michał Klich
I managed to display form but with fields i`d like to not show or at least disable modifications, like username and email. Still would like some help on this . On Apr 2, 4:36 pm, Michał Klich wrote: > Thanks anyway :) > > I could create my own view and update respective database records but this

Re: User profile form

2010-04-02 Thread Michał Klich
Thanks anyway :) I could create my own view and update respective database records but this would be my last resort. I know this can be achieved as i am displaying my ExtendedUser form during registration. I feel stupid, i am displaying it so i could have omit some fields and use it. I`ll dig a

Re: User profile form

2010-04-02 Thread Michał Klich
Ok, thanks. Can this be done in regular view but not Admin? Would it be necessery to use formset along with inline? I`d appreciate if you shed some light on this. Thank you Dnia czwartek 01 kwietnia 2010 o 22:29:40 Carl Zmola napisał(a): > The standard way to extend user is through the user profi

Re: User profile form

2010-04-01 Thread Carl Zmola
The standard way to extend user is through the user profile. The following thread talked about showing user profile fields in the Auth User admin form. http://groups.google.com/group/django-users/browse_thread/thread/2af584b66b8a38a3 This should be doable with the model manager, but you will h

User profile form

2010-04-01 Thread Michał Klich
Hello, I am writing website and i`d like to implement profile managment. Basic thing would be to edit some of user details by themself, like first and last name etc. Now, i had to extend User model to add my own stuff, and email address. I am having troubles with displaying form. Example will de