]> git.xonotic.org Git - xonotic/xonstat.git/commit
Add basic views for player and game info, plus the supporting templates.
authorAnt Zucaro <azucaro@gmail.com>
Thu, 5 May 2011 10:34:22 +0000 (06:34 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Thu, 5 May 2011 10:34:22 +0000 (06:34 -0400)
commitc6f74faa3b08bf074d390c500b7eba8fdf5575db
tree3b060ad129c805ee9c040a8e7ecca60afc3d292c
parent19ee95aab57a63a84c97a1bf8ab7690d0ffac837
Add basic views for player and game info, plus the supporting templates.
development.ini
xonstat/__init__.py
xonstat/templates/base.mako [new file with mode: 0644]
xonstat/templates/game_info.mako [new file with mode: 0644]
xonstat/templates/player_info.mako [new file with mode: 0644]
xonstat/views.py