Database doubt

2011-07-26 Thread vaibhav agarwal
Hey, I am coding in django for the first time and I had this doubt about database.At the start of coding , you are not sure of all the fields in the models of your site. So you end up making a few fields and proceed . But if at some other time , you might realise that you have to add a new field .

Re: Doubt : Redirect after registration

2011-07-26 Thread vaibhav agarwal
o-registration? In the > > database - is the user created and the active flag is true? > > > On Jul 24, 2:16 pm, vaibhav agarwal wrote: > > > > Hi, > > > > I am using Django 1.3. I have started building my first site in django > > > and it seems real fun

Re: Doubt : Redirect after registration

2011-07-25 Thread vaibhav agarwal
24, 11:45 pm, KP wrote: > Hi Vaibhav, > > Just checking - Did you set the AUTHENTICATION_BACKENDS to > django.contrib.auth.backends.ModelBackend in settings.py > > Thanks, > KP > > On Jul 24, 4:16 pm, vaibhav agarwal wrote: > > > > > > > > > Hi

Doubt : Redirect after registration

2011-07-24 Thread vaibhav agarwal
Hi, I am using Django 1.3. I have started building my first site in django and it seems real fun . I am learning a lot from it . But I have a small problem . I want to login a user after he registers and then redirect him to the home page of the site . For this I tried , the stuff given in the lin