I posted another one of my small pluggable apps up on Google code the other day. It’s called django-object-view-tracking and is most suited for tracking things such as if a user has viewed a thread in a forum.
The API is fairly simple, but may need some improvements based on feedback:
1 2 3 4 5 6 7 8 9 | |
It was written fairly DRY and I didn’t do up any tests for it, so I’m crossing my fingers there’s no issues :)