Django Server Error: port is already in use

前端 未结 16 580
借酒劲吻你
借酒劲吻你 2020-12-04 04:34

Restarting the Django server displays the following error:

this port is already running....

This problem occurs specifically on Ubuntu and

16条回答
  •  时光取名叫无心
    2020-12-04 04:54

    Click the arrow in the screenshot and find the bash with already running Django server. You were getting the message because your server was already running and you tried to start the server again.

提交回复
热议问题