(django-envs) humandragon@humandragon-laptop:~/codeit-django/yongstory$ python manage.py runserver Watching for file changes with StatReloader Performing system checks...
System check identified no issues (0 silenced). May 27, 2024 - 22:30:43 Django version 2.2, using settings 'yongstory.settings' Starting development server at http://127.0.0.1:8000 Quit the server with CONTROL-C.
+0
2024년 5월 27일
이게 터미널 화면입니다 !
+0
2024년 5월 27일
로그를 보니 runserver에는 문제가 없는 것 같군요. 127.0.0.1:8000처럼 포트번호까지 입력했을때에도 접속이 안되고 있는거죠?
댓글 4개
Watching for file changes with StatReloader
Performing system checks...
System check identified no issues (0 silenced).
May 27, 2024 - 22:30:43
Django version 2.2, using settings 'yongstory.settings'
Starting development server at http://127.0.0.1:8000
Quit the server with CONTROL-C.