Django Server Error: port is already in use

前端 未结 16 600
借酒劲吻你
借酒劲吻你 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 05:07

    In case You are using the VSC's screen terminal, The error might be due to the fact that you already runserver in some other shell.

    Just click on the dropbox on the left of the + sign in the header of the terminal of VSC and select some other shell and check if the server is already running there. Quit that server and you are ready to launch a another server.

提交回复
热议问题