skip to navigation
skip to content

agon 0.1.dev22

a reusable Django points, positions and levels application

agon provides the ability to track points on arbitrary objects in your system. The common case being User instances. It can additionally keep track of positions for these objects to produce leaderboards.

This code has mostly been pulled out of typewar and made slightly more generic to work well.

Requirements

This app requires the use of Django 1.1+.