]> de.git.xonotic.org Git - xonotic/xonstat.git/commit - xonstat/__init__.py
Add a view to show the most active players.
authorAnt Zucaro <azucaro@gmail.com>
Sun, 27 Oct 2013 02:03:02 +0000 (22:03 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sun, 27 Oct 2013 02:03:02 +0000 (22:03 -0400)
commit40c7131a7da4087c1fa07d7f369a12765eddb497
treedfc76d4eb7243a3f52876f028caf91b8929c13a8
parent2501f60477c7cd26a1cbc8f2cde4c44c3e5bff38
Add a view to show the most active players.

For the longest time we have had a box on the front page showing
the "most active players" by playing time. We only showed ten at
a time, and I've since received tons of requests for more. This
commit provides that more.
xonstat/__init__.py
xonstat/views/__init__.py
xonstat/views/main.py