]> de.git.xonotic.org Git - xonotic/xonstat.git/commit
Make models a package instead of being a single (huge) module.
authorAnt Zucaro <azucaro@gmail.com>
Fri, 28 Oct 2016 23:55:20 +0000 (19:55 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Fri, 28 Oct 2016 23:55:20 +0000 (19:55 -0400)
commit7c86b7bd25a2f82a904c5f80155788e40c9210f2
tree0ae2c63a82e67f3dd77b320bf488e8d55e398bc6
parenta45b228df50777e81e2045494444f4a8ee0d512d
Make models a package instead of being a single (huge) module.
18 files changed:
xonstat/batch/badges/gen_badges.py
xonstat/batch/badges/playerdata.py
xonstat/elo.py
xonstat/models.py [deleted file]
xonstat/models/__init__.py [new file with mode: 0644]
xonstat/models/game.py [new file with mode: 0644]
xonstat/models/main.py [new file with mode: 0644]
xonstat/models/map.py [new file with mode: 0644]
xonstat/models/player.py [new file with mode: 0644]
xonstat/models/server.py [new file with mode: 0644]
xonstat/views/admin.py
xonstat/views/game.py
xonstat/views/helpers.py
xonstat/views/main.py
xonstat/views/map.py
xonstat/views/player.py
xonstat/views/search.py
xonstat/views/submission.py