hello
I was wondering if I can get django admin (logged as super user) to display in some kind of "recent actions box", changes other users (non super users) made?
Thanx,
Luka
hello
I was wondering if I can get django admin (logged as super user) to display in some kind of "recent actions box", changes other users (non super users) made?
Thanx,
Luka
LogEntry.objects.log_action()
http://www.djangosnippets.org/snippets/1052/
http://stackoverflow.com/questions/987669/tying-in-to-django-admins-model-history