Re: Registration in 1.8

2014-05-16 Thread Kelvin Wong
OP is new to Django. There are tons of old blog posts, working code, etc dealing with registration and basic app set-ups using 1.4. Also Django-registration works with 1.4, does it work with 1.6? K On Sunday, May 11, 2014 1:41:48 AM UTC-7, Lee wrote: > > What's the value in starting with 1.4?

Re: Registration in 1.8

2014-05-11 Thread Lee
What's the value in starting with 1.4? I'd start with the current release - 1.6.4 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googl

Re: Registration in 1.8

2014-05-10 Thread Kelvin Wong
Unless you want to hack on Django core, stick with the stable Django releases. You say that you are three days in. Maybe try Django 1.4 to start. K On Saturday, May 10, 2014 12:00:04 PM UTC-7, erip wrote: > > Jon, > > I found this. https://docs.djangoproject.com/en/dev/releases/1.8/ > > I don't

Re: Registration in 1.8

2014-05-10 Thread erip
Jon, I found this. https://docs.djangoproject.com/en/dev/releases/1.8/ I don't know exactly how I got 1.8, but here we are. >From the documentation, there should be no reason why django 1.6 or 1.7 registration shouldn't work, but I can't seem to get any concrete examples of user registration i

Re: Registration in 1.8

2014-05-09 Thread Jonathan Baker
With the official Django release at 1.6.4, I wouldn't assume that third party packages are 1.7.x compliant, much less 1.8.x. (actually, I haven't even heard of 1.8 yet, and it's not on https://github.com/django/django/releases). Getting the hang of the ins and outs of 1.7.x is a great idea, but Dja

Registration in 1.8

2014-05-09 Thread erip
Hello all, I'm new to Django. Really new. Like... 3 days new. I already completed the Poll app, but I wanted to be a bit more adventurous with my Django-ing, so I tried to play around with the django-registration and django-authentication stuff. However, I'm having a hell of a time in 1.8 ge