Django. $ python manage.py runserver — Error: That port is already in use.

Restarting the Django server displays the following error:

netstat -ntlp

It will show something like this.

So now just close the port in which Django/python running already by killing the process associated with it.

kill -9 27596

Now run your Django app.

link info

Вам также может понравиться

About the Author: Vladimir Kusakin

Hi. I am web developer. For the past 9 years, I've been developing applications for the web using mostly PHP and Python. About me

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *