Doubt : Redirect after registration
Hi,
I am using Django 1.3. I have started building my first site in django
and it seems real fun . I am learning a lot from it . But I have a
small problem . I want to login a user after he registers and then
redirect him to the home page of the site . For this I tried , the
stuff given in the link
http://stackoverflow.com/questions/3222549/how-to-automatically-login-a-user-after-registration-in-django
but it does not work for me . When I tried this , the user is directed
to the home page but since that has the login_required function , it
asks the user to manually login which I dont want . How do I rectify
this ?
Thanks in advance for the help .
Cheers
Vaibhav
--
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 from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home