If I understand correctly, you can do this without having to re- 
implementing the login. You will have to make a (very simple) login  
template, and write a login view that contains these:

             from django.contrib.auth import login
             login(request, form.get_user())

Then you can handle the redirection however you like.



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to