Re: Django-registration tutorial + code

2012-07-09 Thread Dhilip Sivaramakrishnan
fused. I looked at the >> documentation and there doesn't seem to be anything that I understand to >> fix >> this. >> >> -- >> View this message in context: >> http://python.6.n6.nabble.com/Django-registration-tutorial-code-tp4974793p4981365.html >&

Re: Django-registration tutorial + code

2012-07-09 Thread Jeff Silverman
there doesn't seem to be anything that I understand to > fix > this. > > -- > View this message in context: > http://python.6.n6.nabble.com/Django-registration-tutorial-code-tp4974793p4981365.html > Sent from the django-users mailing list archive at Nabble.com. > >

Re: Django-registration tutorial + code

2012-07-09 Thread scoop
looked at the documentation and there doesn't seem to be anything that I understand to fix this. -- View this message in context: http://python.6.n6.nabble.com/Django-registration-tutorial-code-tp4974793p4981365.html Sent from the django-users mailing list archive at Nabble.com. -- Yo

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" >Ogg: Re: R: Re: Django-registration tutorial + code > >Hi ! >Please try following steps , it would definitely wo

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

2012-05-16 Thread nishad
in > find_template, line 138 > > /usr/local/lib/python2.7/dist-packages/django/contrib/auth/templates/registration/logout.html > (File does not exist) > Can you help me to understand it? > Thanks > Francesco > > Messaggio originale > > Da: scoobygalle...

R: Re: Django-registration tutorial + code

2012-05-16 Thread francescobocca...@libero.it
it? Thanks Francesco Messaggio originale Da: scoobygalle...@gmail.com Data: 16/05/2012 15.34 A: Cc: "francescobocca...@libero.it" Ogg: Re: Django-registration tutorial + code Hi! You can go this way: install the right version of django-registrationthis command will do th

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: Django-registration tutorial + code Hi! You

Re: Django-registration tutorial + code

2012-05-16 Thread scoobygalletas
Hi! You can go this way: 1. install the right version of django-registration 1. this command will do the trick: 2. pip install https://bitbucket.org/ubernostrum/django-registration/downloads/django-registration-0.8-alpha-1.tar.gz 2. Add "registration" to installed ap

Re: Django-registration tutorial + code

2012-05-16 Thread Sandro Dutra
I always used the native authentication API and it's sufficient for me, well documented: https://docs.djangoproject.com/en/1.4/topics/auth/ 2012/5/16 francescobocca...@libero.it > Hi all, > i'n new of Django and i like to create an registration user form my web > site > (login, logout, profile u

Re: Django-registration tutorial + code

2012-05-16 Thread Sandro Dutra
I always used the native authentication API and it's sufficient for me, well documented: https://docs.djangoproject.com/en/1.4/topics/auth/ 2012/5/16 francescobocca...@libero.it > Hi all, > i'n new of Django and i like to create an registration user form my web > site > (login, logout, profile u

Re: Django-registration tutorial + code

2012-05-16 Thread Frankline
This link should provide a few pointers, though a bit old. http://www.djangobook.com/en/beta/chapter12/ F.O.O -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe fr

Django-registration tutorial + code

2012-05-16 Thread francescobocca...@libero.it
Hi all, i'n new of Django and i like to create an registration user form my web site (login, logout, profile user, password etc..) I read a lot of documentation but i didn't found a code that i can download with all right things (templates, urls etc). Anyone can help me to suggest any tutorial ab