R: Re: R: Re: Django-registration tutorial + code

2012-05-16 Thread francescobocca...@libero.it
Thanks, it works perfectly.:) Francesco >Messaggio originale >Da: mail2nishad...@gmail.com >Data: 16/05/2012 19.57 >A: "Django users"<django-users@googlegroups.com> >Ogg: Re: R: Re: Django-registration tutorial + code > >Hi ! >Please try fo

Re: R: Re: Django-registration tutorial + code

2012-05-16 Thread nishad
Hi ! Please try following steps , it would definitely work for you... Step1: Enable/Add 'django.contrib.auth.middleware.AuthenticationMiddleware', in your MIDDLEWARE_CLASSES section of 'settings.py' Step2:- Include/Modify following URL pattern in your 'urls.py' urlpatterns = patterns('

R: Re: Django-registration tutorial + code

2012-05-16 Thread francescobocca...@libero.it
hi, i have a question:i downloaded the templates folder but where i put it?i create a project called "mysite". I changed settings.py and urls.py files as you suggested.My question is: how i have to put the templates folder? i put it inside mysite folder but when i try to

R: Re: Django-registration tutorial + code

2012-05-16 Thread francescobocca...@libero.it
Thanks to all for answers, i'll try all solutions and i let you know.Thanks you again Francesco Messaggio originale Da: scoobygalle...@gmail.com Data: 16/05/2012 15.34 A: Cc: "francescobocca...@libero.it" Ogg: Re: