Refactored the typeclass base, moved Attributes/Tags into separate modules and the django-proxy patch to its on module too. Lots of other cleanups.

This commit is contained in:
Griatch 2014-12-23 22:25:39 +01:00
parent 24764743ff
commit 302f5bdd81
11 changed files with 1018 additions and 984 deletions

View file

@ -8,6 +8,6 @@ Also, the initiated object manager is available as src.players.manager.
"""
#from src.players.player import *
from src.players.models import PlayerDB
manager = PlayerDB.objects
#from src.players.models import PlayerDB
#
#manager = PlayerDB.objects