[Update] 修改settings和配置文件

This commit is contained in:
ibuler
2017-12-21 18:54:29 +08:00
parent ec45c56868
commit d51b3eff6a
12 changed files with 67 additions and 153 deletions

View File

@@ -4,7 +4,7 @@ from .command.serializers import SessionCommandSerializer
def get_command_store():
command_engine = import_module(settings.COMMAND_STORE_BACKEND)
command_engine = import_module(settings.COMMAND_STORAGE_BACKEND)
command_store = command_engine.CommandStore()
return command_store