Refactored and cleaned up the idmapper directory; it's been so changed by evennia that it makes little sense to keep the original structure (which was intended for adding an app into). Resolved the unittest errors with the idmapper.

This commit is contained in:
Griatch 2015-02-23 15:06:16 +01:00
parent 1a3e0481c7
commit 68d294d007
16 changed files with 642 additions and 673 deletions

View file

@ -599,6 +599,7 @@ INSTALLED_APPS = (
'django.contrib.admindocs',
'django.contrib.flatpages',
'django.contrib.staticfiles',
'evennia.utils.idmapper',
'evennia.server',
'evennia.typeclasses',
'evennia.players',