You could use "user profiles" which will allow you to store various user specific preferences. See [1] to learn how to do this.
I am currently using profiles to identify users by the department they work in and the last time they edited a form (this is different from last login). Best, R [1] - http://www.djangoproject.com/documentation/authentication/#storing-additional-information-about-users On Thu, Jul 17, 2008 at 6:32 PM, Torsten Bronger < [EMAIL PROTECTED]> wrote: > > Hallöchen! > > In my Web application, every user has to log in. In an additional > user database table, the prefered language of each user is given. > But how do I activate it? > > I use django.contrib.auth.views.login for the login. However, as > far as I can see, I have to copy-and-paste this function and add a > line to it which stors the language in the current session. Am I > right? > > Tschö, > Torsten. > > -- > Torsten Bronger, aquisgrana, europa vetus > Jabber ID: [EMAIL PROTECTED] > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

