Add new accounts app and copy players 1:1 to it. The players app still exists.

This commit is contained in:
Griatch 2017-07-03 23:05:52 +02:00
parent 7458bb76e2
commit 99dbaad7ba

View file

@ -717,6 +717,7 @@ INSTALLED_APPS = (
'evennia.server',
'evennia.typeclasses',
'evennia.players',
'evennia.accounts',
'evennia.objects',
'evennia.comms',
'evennia.help',