Updates for making Evennia compatible with Django 1.8+. Still not fully functioning.

This commit is contained in:
Griatch 2015-04-03 20:48:20 +02:00
parent 1bb886de03
commit ee1ec3979c
7 changed files with 8 additions and 17 deletions

View file

@ -96,9 +96,9 @@ class PlayerDB(TypedObject, AbstractUser):
# defaults
__settingsclasspath__ = settings.BASE_SCRIPT_TYPECLASS
__defaultclasspath__ = "evennia.players.players.DefaultPlayer"
__applabel__ = "players"
class Meta:
app_label = 'players'
verbose_name = 'Player'
# alias to the objs property