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:
parent
1a3e0481c7
commit
68d294d007
16 changed files with 642 additions and 673 deletions
|
|
@ -599,6 +599,7 @@ INSTALLED_APPS = (
|
|||
'django.contrib.admindocs',
|
||||
'django.contrib.flatpages',
|
||||
'django.contrib.staticfiles',
|
||||
'evennia.utils.idmapper',
|
||||
'evennia.server',
|
||||
'evennia.typeclasses',
|
||||
'evennia.players',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue