Re: Django log for admin

2008-10-04 Thread sanrioyt
Thanks Rajesh. This will work. Unfortunately, the last_login field gets overwritten every time the user logs in, but at least, it gives me a starting point. Thanks, sanrio On Oct 2, 3:41 pm, Rajesh Dhawan <[EMAIL PROTECTED]> wrote: > > I have an application based around the admin. Is there a wa

Re: Django log for admin

2008-10-02 Thread Rajesh Dhawan
> I have an application based around the admin. Is there a way to find > out which users have logged on to the application? You could look at the last_login field in the User objects. -RD --~--~-~--~~~---~--~~ You received this message because you are subscribed

Django log for admin

2008-10-01 Thread sanrioyt
Hi all, I have an application based around the admin. Is there a way to find out which users have logged on to the application? I know I could add logs to the views, but I have several requests that simply go to the admin, and do not have "views" associated with them. I know the database has dja