Django Server Error: port is already in use

Just type this on your terminal
killall -9 python3

It will kill all python3 running on your machine and it will free your all port. Greatly help me when to work in Django project.

OR
kill -9 PID // here pid is port id

Comments

Popular posts from this blog

simple inventory management system using Google Apps Script

sales forecasting ML model in retail using the Prophet algorithm from the Facebook Prophet library

static file does not load in nginx on ubuntu server