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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -