posting error
Github blog posting관련 문제 django에 대해서 공부한걸 올리다가 posting에 문제가 발생했다. 오류내용은 The page build failed for the `master` branch with the following error: The tag `b...
Github blog posting관련 문제 django에 대해서 공부한걸 올리다가 posting에 문제가 발생했다. 오류내용은 The page build failed for the `master` branch with the following error: The tag `b...
VSCode에서 interpreter 설정 이후 which python, which pip 명령어를 실행시 경로가 올바르게 나오지 않았을때– 원래 try_django 안에 venv가 존재했음. try_django 경로: C:\Users(사용자이름)\Desktop\try_djang...
혼자 끄적인 Django 리뷰 View에서 template로 context넘겨줄때 여러개의 context 보내는법. get_context_data(self, **kwargs)를 overriding한다. def get_context_data(self, **kwargs): ...
오늘은 간단하게 php를 처음 사용하면서 직면한 문제와 그 해결법을 적어보려한다. cannot load php7apache2_4.dll into server httpd -k start (환경변수는 설정완료했다.) 를 했을경우 cannot load #### into s...
1장 - 소개 & 첫 번째 애플리케이션 1장에서는 붓꽃을 구별짓는 간단한 훈련을 했다 지도학습을 하려면 각 데이터들의 특징이 최대한 명확하게 구분되어야 할 것 같다. 입출력 샘플 데이터를 이미 갖고있고, 주어진 입력에 대한 출력을 예측하고자 할 때 지도학습을...