Silver Library (Archived)
[Django] port error - Error: That port is already in use. 본문
Personal DB/Unclassified record
[Django] port error - Error: That port is already in use.
Ayin Kim 2020. 11. 24. 23:27반응형
Problem.
Once I run Django(pipenv shell), and then input as 'python manage.py runserver' after adjusting some features...
'Error: That port is alreardy in use'. And cannot access through port : 8000. Seems redirecting me to 8001 but nothing to work.
Solution.
sudo fuser -k 8000/tcp
# it will kill all port : 8000 that's currently running in background.
stackoverflow.com/questions/20239232/django-server-error-port-is-already-in-use
'Personal DB > Unclassified record' 카테고리의 다른 글
#4 Django and 'migrate' & application (0) | 2020.11.25 |
---|---|
#3 Django - how dev only server works? (0) | 2020.11.24 |
#2 VSCode, Django setting. (0) | 2020.11.24 |
Cloned version - Kakaotalk (0) | 2020.11.24 |
Who is this person? (0) | 2020.11.24 |