Often, when restarting Django runserver, if I use the same port number, I get a \'port is already in use\' message. Subsequently, I need to increment the port number each t
If the port number that you are trying is 8001, then use this command
sudo fuser -k 8001/tcp