Adding custom fields to users in django
        Posted  
        
            by Gaurav
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Gaurav
        
        
        
        Published on 2010-05-22T04:49:18Z
        Indexed on 
            2010/05/22
            4:50 UTC
        
        
        Read the original article
        Hit count: 220
        
I am the create_user() function that Django provides to create my users. Also I want to store additional information about the users. So I tried following the instructions given at
http://docs.djangoproject.com/en/dev/topics/auth/#storing-additional-information-about-users
but I cannot get it to work for me. Is there a step-by-step guide that I can follow to get this to work for me?
Also, once I have added these custom fields, I would obviously need to add / edit / delete data from them. I cannot seem to find any instructions on how to do this.
© Stack Overflow or respective owner