Updates for making Evennia compatible with Django 1.8+. Still not fully functioning.
This commit is contained in:
parent
1bb886de03
commit
ee1ec3979c
7 changed files with 8 additions and 17 deletions
|
|
@ -471,6 +471,7 @@ class ChannelDB(TypedObject):
|
|||
|
||||
__settingclasspath__ = settings.BASE_CHANNEL_TYPECLASS
|
||||
__defaultclasspath__ = "evennia.comms.comms.DefaultChannel"
|
||||
__applabel__ = "comms"
|
||||
|
||||
class Meta:
|
||||
"Define Django meta options"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue