Attribute cache is working, lots of other updates, but still not a cleanly updatable system. It seems the Attribute-migrations are not coming through properly. Fixed a misnamed table in the comm app.
This commit is contained in:
parent
033344ad2c
commit
2b332c3b9a
16 changed files with 229 additions and 179 deletions
3
ev.py
3
ev.py
|
|
@ -116,9 +116,10 @@ README = __doc__
|
|||
# help entries
|
||||
from src.help.models import HelpEntry
|
||||
|
||||
from src.typeclasses.models import Attribute
|
||||
# players
|
||||
from src.players.player import Player
|
||||
from src.players.models import PlayerDB, PlayerAttribute, PlayerNick
|
||||
from src.players.models import PlayerDB, PlayerNick
|
||||
|
||||
# commands
|
||||
from src.commands.command import Command
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue