Re: more info to the user

2012-08-15 Thread Mario Gudelj
For the first question you should look at Forms topic in django docs. For the second one take a look at models docs for the info on how to mark the field as not required. M On Aug 15, 2012 3:36 PM, "heni yemun" wrote: > Hi, > I have set up a UserProfile using the technique outlined in the standa

more info to the user

2012-08-14 Thread heni yemun
Hi, I have set up a UserProfile using the technique outlined in the standard. What i can do give values to the fields in the user profile model. So if i've a city field in the UserProfile, how can i put the value 'Asmara' to it and save it in the database? Second question is whenever i try to s