Hi Folks, I'd like to be able to log users in based on accounts in Django and then redirect them to a specific page after they've logged in. I'd also like to be able to do a similar thing for logouts. Can anyone help me out with this... Couldn't quite make sense of it from the documentation, because it seems to rely on a hard-coded login URL of /accounts/login. Do I have to set this up, or is there some other way around it?
I've looked at the example in the sessions section of the documentation and have set up a basic example that seems to work, but it seems a little clunky. Thanks, Tom --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

