请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

python manage.py runserver 0.0.0.0:8000

https://img1.sycdn.imooc.com//szimg/62de42d5091bf63538402080.jpg

(mxonline) [root@iZbp193s0mbv9una82fhbqZ MxOnline]# 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 1 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): captcha.

Run 'python manage.py migrate' to apply them.


July 25, 2022 - 15:10:08

Django version 2.2, using settings 'MxOnline.settings'

Starting development server at http://0.0.0.0:8000/

Quit the server with CONTROL-C.

Error: That port is already in use.

https://img1.sycdn.imooc.com//szimg/62de43400919d01338402080.jpg

是不是因为我在本地起名用的是mxonline6?

阿里云上起名用的是mxonline

https://img1.sycdn.imooc.com//szimg/62de43a10906b03d38402080.jpg

正在回答 回答被采纳积分+3

1回答

提问者 曾嘱咐 2022-07-25 15:28:18

使用python manage.py migrate命令后



只剩下端口已被占用的错误Error: That port is already in use.

正在寻找解决办法

0 回复 有任何疑惑可以回复我~
  • 提问者 曾嘱咐 #1
    ps aux | grep -i manage
    
    kill -9 32174
    把里面关于manage.py runserver的编号,比如32174,全部kill了
    
    最后再python manage.py runserver 0.0.0.0:8000
    回复 有任何疑惑可以回复我~ 2022-07-25 15:36:05
  • bobby 回复 提问者 曾嘱咐 #2
    好的。。。
    回复 有任何疑惑可以回复我~ 2022-07-26 17:46:37
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信