Re: understanding auth models

2017-01-02 Thread pradam programmer
Hi, Read the django doc about auth user they have specified thoroughly On 2 Jan 2017 7:48 pm, "Rasika" wrote: Hi, whenever I created the account for user using built in admin it get stored into auth_user tablein the database.Where I can find the code for this where the connections between the

understanding auth models

2017-01-02 Thread Rasika
Hi, whenever I created the account for user using built in admin it get stored into auth_user tablein the database.Where I can find the code for this where the connections between the auth_user and save() so that I can understand it to write my own table connections. thank you -- You receiv