Re: User actions logging app

2012-03-06 Thread akaariai
On Wednesday, February 29, 2012 12:59:18 AM UTC+2, akaariai wrote: > Combined with database-level triggers you can get a good audit trail. > I have some scripts to ease maintain the DB triggers for PostgreSQL > when using Django. I hope I will have some time to polish them for > release, I beli

Re: User actions logging app

2012-02-29 Thread akaariai
The log entry model above is very much like what is used in the Admin. You might want to investigate that model, too, for logging who-did- what. It can be found from django.contrib.admin.models. The reason why I use my own is that I usually have some extra columns related to the audit trail handli

Re: User actions logging app

2012-02-29 Thread Mario Gudelj
Wow. Legend! That's so much Annsi. On 29 February 2012 18:00, Babatunde Akinyanmi wrote: > Yes, they definitely will. > > On 2/28/12, akaariai wrote: > > On Feb 28, 11:35 pm, Mario Gudelj wrote: > >> Hi list, > >> > >> I was wandering if someone could recomend an easy django app for logging >

Re: User actions logging app

2012-02-28 Thread Babatunde Akinyanmi
Yes, they definitely will. On 2/28/12, akaariai wrote: > On Feb 28, 11:35 pm, Mario Gudelj wrote: >> Hi list, >> >> I was wandering if someone could recomend an easy django app for logging >> user actions performed on models. I'd like to log changes logged in users >> make around the app. > > I

Re: User actions logging app

2012-02-28 Thread akaariai
On Feb 28, 11:35 pm, Mario Gudelj wrote: > Hi list, > > I was wandering if someone could recomend an easy django app for logging > user actions performed on models. I'd like to log changes logged in users > make around the app. I think there are some apps out there. The first question however is

User actions logging app

2012-02-28 Thread Mario Gudelj
Hi list, I was wandering if someone could recomend an easy django app for logging user actions performed on models. I'd like to log changes logged in users make around the app. Cheers, m -- You received this message because you are subscribed to the Google Groups "Django users" group. To post