Thanks I have looked some into it, but will look some more.
I was afraid that it gave to much information compare to what I
wanted.


On 24 Maj, 06:37, Andre Terra <andrete...@gmail.com> wrote:
> 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" <cars...@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+unsubscr...@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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to