Hello,

I'd like to add a feature to the web application I'm developing, which
will track the changes to the data in the system. I've created a web
interface for various items of data, and each has a create and an edit
view.

If possible, I'd like to create a log of who edited or created a piece
of given data, so that when viewing that data I can display a nice
list: "Dave created this on 14/09/2007, Molly edited this on
17/09/2007" etc.

I noticed that the Django admin interface does something similar, so
could I expose this outside of /admin/?

Many thanks for any help.

--Jon

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---


Reply via email to