django Error: That port is already in use.

The manage.py runserver process is still running

ps aux | grep -i manage

and then kill the pid

kill -9 pid    

the pid is what you found

你可能感兴趣的:(django Error: That port is already in use.)