Error running google app engine: unrecognized arguments: admin_console_server

后端 未结 3 620
刺人心
刺人心 2021-01-20 03:25

I\'m following the \'Getting Started with Python App Engine\' tutorial and I can\'t seem to connect to the development server. I keep getting the following error from the lo

3条回答
  •  孤独总比滥情好
    2021-01-20 04:07

    unrecognized arguments: --admin_console_server=
    

    there is no option --admin_console_server=.
    you might want to change your dev_appserver.py flags to the ones listed in the error message

提交回复
热议问题