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 .
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
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
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
4 matches
Mail list logo