Make evennia-launcher hand all django-admin options correctly

This commit is contained in:
Griatch 2019-02-10 03:17:47 +01:00
parent c4faa6879b
commit 81ab542d76
3 changed files with 17 additions and 31 deletions

View file

@ -85,6 +85,7 @@ Web/Django standard initiative (@strikaco)
### Utils
- `evennia` launcher now fully handles all django-admin commands, like running tests in parallel.
- `evennia.utils.create.account` now also takes `tags` and `attrs` keywords.
- Added many more unit tests.