Django: Where is the personal info form located? -
i can't seem locate personal info form that's used in admin. talking form containing first_name, last_name , email address when click on user.
i've been browsing source code 30 minutes checking out auth , admin seems it's not in either of them.
http://code.djangoproject.com/browser/django/trunk/django/contrib/auth/forms.py
def userchangeform(forms.modelform): ...
Comments
Post a Comment