-
일반적으로 실행하는 python manage.py runserver 를 하면 로컬에서 접근하지 못한다. 외부와 통신해서 접속하려면 다음과 같이 하면 됩니다. python manage.py runserver 0.0.0.0:8000