현제의 현재이야기
[KLAE] 0106 개발일지 본문
- 프론트와 통신 할 때, 서버가 배포되었어야 한다!! ㅠㅠ
- 그래서 급하게 ngrok로 임시 방편으로 해결해보려한다.
잘 된다. 단점이 내 로컬로 server가 켜져있을 때만 가능하다는 점..? 급할 때 사용하기 좋을 것 같다.
- cors에러 나길래 여기서 해결했다.
- corsheaders 모듈 import 오류가 나길래 가상환경 없애고 새로 만들어서 설치했다.
- 그런데 갑자기 decouple 찾을 수 없다고 난리
pip uninstall decouple
pip3 uninstall decouple
python -m pip uninstall decouple
python3 -m pip uninstall decouple
py -m pip uninstall decouple
----
pip install python-decouple
pip3 install python-decouple
python -m pip install python-decouple
python3 -m pip install python-decouple
py -m pip install python-decouple
- 여기서 python3 -m pip install 로 해결하였다.
언넝 ec2로 서버를 만들자..!
'DRF > KLAE' 카테고리의 다른 글
[KLAE] 0110 개발일지 (0) | 2023.01.10 |
---|---|
[KLAE] 0107 개발일지 (0) | 2023.01.07 |
[KLAE] 0105 개발일지 (0) | 2023.01.05 |
[KLAE] 0103 개발일지 (0) | 2023.01.04 |
[KLAE] 0102 개발일지 (1) | 2023.01.02 |
Comments