Re: track change
Google for Django Audit Log and/or Audit Trail. While some of the packages might not be under active development, they may be able to point you in the right direction.
Cheers,
AT
-- Sent from my phone, please excuse any typos. --
On May 23, 2012 5:45 PM, "Carsten Jantzen" <carsten@jantzens.net> wrote:
-- Hi
I am looking for a way to track a skill change for a player in a
online game.
model:
Player 1
skill_x=1
skill_y=1
During next update I get a change
Player 1
skill_x=2
skill_y=1
When I load the player I would like to see his latest stats.
If I goto the players page I would like to be able to view when and
what skill changed.
I am looking for a good way to implement it.
I was thinking to make the skill it's own object and make a one to
many relation on the player.
What I am afraid of is that the same skill will show up multiple times
when loading the player.
Hope to get some input.
/Carsten
--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home