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 django_admin_log table, but that seems to only record the actions taken by the super user, and not all users. I appreciate any help. Thanks, sanrio --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

