Re: Extending the User form

2011-08-02 Thread Sheogora
please see this discussion http://groups.google.com/group/django-users/browse_thread/thread/143942b9002c1468/c4fbf04d75471fbf?lnk=gst&q=Shegoroa#c4fbf04d75471fbf I made two by accident and marked this for removing, but they didn't for some reason. I updated it with a new post, which should show up

Re: Extending the User form

2011-07-28 Thread Gmail - neonmark
On 7/29/2011 6:11 AM, sandeep kaur wrote: On Thu, Jul 28, 2011 at 4:39 PM, Sheogora wrote: I have extended the User Profile by adding my own field, how do I change the New user form in the admin, to show the new field? This can be done by simply adding your new field in list display under Use

Re: Extending the User form

2011-07-28 Thread sandeep kaur
On Thu, Jul 28, 2011 at 4:39 PM, Sheogora wrote: > > I have extended the User Profile by adding my own field, > how do I change the New user form in the admin, to show the new field? > This can be done by simply adding your new field in list display under User Profile of admin.py file. And by doin