Django Server Error "This port is already running"
When you restart the Django server and encounter "This port is already running" error, you should kill the running Python process even if you stop the server by hitting CTRL + C.
The three Python process can be killed by kill PID command.
Comments
Post a Comment