I just thought of a solution to my own problem. Instead of having three different 'next' pages, i should just have one page which adjusts itself based on who the user is.
What else can I do? On May 27, 2:00 pm, Adi <[EMAIL PROTECTED]> wrote: > Hi, > > I am currently using theloginviews 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 -~----------~----~----~----~------~----~------~--~---

