Re: Django-registration tutorial + code

2012-07-09 Thread Dhilip Sivaramakrishnan
Hello, i think the major issue is with your db query, this issue is happened while entering data to db. So try to check with your registration module. -- Dhilip S On Tue, Jul 10, 2012 at 5:01 AM, Jeff Silverman wrote: > I'm new as well, but I have run into similar issues when I don't have th

Re: Django-registration tutorial + code

2012-07-09 Thread Jeff Silverman
I'm new as well, but I have run into similar issues when I don't have the environment settings assigned properly. On Mon, Jul 9, 2012 at 12:03 AM, scoop wrote: > i installed registration, added registration to installed apps and used > your > templates. > > i nav to accounts/register , enter the

Re: Django-registration tutorial + code

2012-07-09 Thread scoop
i installed registration, added registration to installed apps and used your templates. i nav to accounts/register , enter the info and as i continue it breaks with the following: DoesNotExist at /accounts/register/ Site matching query does not exist. Request Method: POST Request URL:http://s

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