Hi, I am currently using the login views straight out of the box. That means that I have
(r'^accounts/login/$', 'django.contrib.auth.views.login'), in my urls.py file. We have three different type of users of our system. Based on what the user type is, we would like to redirect the user to the appropriate welcome page. Any suggestions on how to do this? if there are forms that I need to extend.. etc -Regards Adi --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

