1. open terminal (ex : cmd)
2. enter command like this for see used port number
netstat -ano
3. check port number in list
4. enter command like this for stop used port number(3600)
taskkill /pid 3600 /f
DONE
'프로그래밍(Programming) > 장고(Django)' 카테고리의 다른 글
[Django] View 안에서 데이터 모델 특정 갯수만 가져오는 방법 (0) | 2019.10.17 |
---|---|
[Django] 특정 View CSRF_TOKEN 비활성화 하는 방법 (0) | 2019.10.16 |
[Django] 템플릿 언어 문자열 자르기 | Slice String in template (0) | 2019.10.07 |
[Django] 템플릿 변수 스크립트 태그에서 사용하는 방법 | How to use Template variable in Script tag (0) | 2019.10.02 |
[Django] '1054' 마이그레이션 오류/에러 해결 방법 | How to resolve migration error 'OperationalError at' (0) | 2019.10.01 |