코딩/장고
장고 프로젝트에서 admin접속 시 서버 꺼질때
비전공개발자
2020. 10. 13. 12:07
장고 프로젝트를 설치하고 localhost:8000/admin에 접속하면 화면이 서버가 꺼질때가 있다.
code.djangoproject.com/ticket/31067
#31067 (Python 3.7 crashes after trying to visit admin page on Windows and MacOS.) – Django
#31067 closed Bug (invalid) Python 3.7 crashes after trying to visit admin page on Windows and MacOS. Reported by: Bruce Owned by: nobody Component: Core (Other) Version: 3.0 Severity: Normal Keywords: macOS, admin, windows Cc: Triage Stage: Unreviewed Has
code.djangoproject.com
파이썬 버전 문제라는데 3.7.0? 일때 나타나는거 같은데 파이썬 버전을 바꿔주면 해결된다!