Run migrations! Some first auto-migrations

Stepped back some more ambitious migrations since they caused all sorts
of issues with bytes/str conversions.
This commit is contained in:
Griatch 2019-01-29 00:15:11 +01:00
parent bff8b9d6ad
commit 54e7376b31
5 changed files with 27 additions and 61 deletions

View file

@ -83,6 +83,10 @@ Web/Django standard initiative (@strikaco)
- Added more unit tests.
### Server
- Convert ServerConf model to store its values as a Picklefield (same as Attributes) instead of using a custom solution.
### Utils
- Swap argument order of `evennia.set_trace` to `set_trace(term_size=(140, 40), debugger='auto')`
@ -95,6 +99,7 @@ Web/Django standard initiative (@strikaco)
str to bytes.
## Evennia 0.8 (2018)
### Requirements