1 2 3 4 5 6 7 8 9 | DATABASES = { 'default' : { 'ENGINE' : 'django.db.backends.mysql' , 'NAME' : 'gushiwen' , 'USER' : 'root' , 'PASSWORD' : '123456' , 'HOST' : '127.0.0.1' } } |
Failed to get real commands on module "LcvSearch": python process died with code 1: Traceback (most recent call last):
File "C:\Program Files (x86)\JetBrains\PyCharm 2016.3.4\helpers\pycharm\_jb_manage_tasks_provider.py", line 28, in <module>
parser.report_data(dumper, commands_to_skip)
File "C:\Program Files (x86)\JetBrains\PyCharm 2016.3.4\helpers\pycharm\django_manage_commands_provider\_parser\parser.py", line 90, in report_data
module_to_use.process_command(dumper, command, parser)
File "C:\Program Files (x86)\JetBrains\PyCharm 2016.3.4\helpers\pycharm\django_manage_commands_provider\_parser\_argparse.py", line 43, in process_command
argument_info = (1, _utils.get_opt_type(action))
File "C:\Program Files (x86)\JetBrains\PyCharm 2016.3.4\helpers\pycharm\django_manage_commands_provider\_parser\_utils.py", line 20, in get_opt_type
assert isinstance(opt.choices, list), "Choices should be list"
AssertionError: Choices should be list