Re: Autologin after activation in django-registration

2010-06-28 Thread Jason Mayfield
Backends are not in the version available via easy_install or pip, so either way you need to get the code from bitbucket. The latest code in the repository is perfectly stable. On Jun 28, 9:13 am, Alexandre González wrote: > I read in the snippet that actual code doesn't emmit

Re: Autologin after activation in django-registration

2010-06-28 Thread Alexandre González
I read in the snippet that actual code doesn't emmit signals, but I can do it changing the backend, but I don't know where can I start. Anyway... is it a good way to install a svn code in my production enviroment? I suppose that yes, because django-registration SVN will be better than my code

Re: Autologin after activation in django-registration

2010-06-28 Thread Jason Mayfield
As noted in the comments for the snippet you reference, the version of django-registration available via easy_install or pip does not emit signals. You need to grab the latest unreleased code from bitbucket: http://bitbucket.org/ubernostrum/django-registration/ On Jun 27, 10:34 pm, Alexandre

Autologin after activation in django-registration

2010-06-27 Thread Alexandre González
Hi! I like to autologin the user after they activate their account with the mail-link. I saw this snippet: http://djangosnippets.org/snippets/1960/ but I can't do it work. I saw the django-registration code and I don't see any emmited signals. I was reading the django registration documentation