baidu_41636067 2020-03-28 18:15 采纳率: 16.7%
浏览 2196
已采纳

执行python manage.py runserver 0.0.0.0:8000无响应

Watching for file changes with StatReloader
Performing system checks...

System check identified no issues (0 silenced).

You have 17 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, sessions.
Run 'python manage.py migrate' to apply them.

March 28, 2020 - 10:10:09
Django version 3.0.4, using settings 'firstdjangopro.settings'
Starting development server at http://0.0.0.0:8000/
Quit the server with CONTROL-C.

到这里就结束了,后续无响应,未报错误

  • 写回答

1条回答 默认 最新

  • 空中飞侠166 2020-03-28 21:39
    关注

    是已经在运行了, 访问http://机器ip:8000/ 具体可以参考这个 https://www.fffmo.com/2394.html

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?