config.inc.php와 config.database.php 파일에 root 비밀번호가 누락돼서 생긴 오류 노트북과 데스크탑의 환경 차이 : port 번호/비밀번호 유무가 다르다. | |port(mySQL)|password('root')|
Hello, GoodgirlNone함수를 print하면 함수의 return값이 print문에 의해 출력된다. 그러나 위 함수에는 retrun값이 없으므로 (정해놓지 않음) None이 출력된 것이다.None을 출력하지 않으려면 다음과 같이 print문 없이 함수(인자)
https://nov19.tistory.com/75
TemplateDoesNotExist 오류가 발생할 때settings.py에 아래와 같이 입력하면 정상적으로 실행된다.이유는 templates 폴더의 위치와 관련이 있다.
migrate를 해도 적용이 되지 않는다면 작업하면서 DB가 꼬였을 가능성이 있다.db.sqlite3를 삭제하고 다시 migrate를 해본다.(저장한 DB가 없을 경우 삭제해도 무방하다)
runserver를 하면 front에서 실행은 잘 되는데 터미널에 print문이 출력되지 않을 때는 우측 하단에 터미널이 여러 개 열려 있는 것을 모두 종료하고 경로에 맞는 터미널 1개만 (새로) 열어서 사용하면 위와 같이 요청이 있을 때 print문이 정상 출
https://github.com/jpadilla/django-dotenv/issues/30
RuntimeError: You called this URL via POST, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL w
django 심화 5-9강 4:57에서 다음과 같은 error가 발생했다. {'detail': ErrorDetail(string='Method "GET" not allowed.', code='methodnotallowed')} 링크의 2번째 답변에서 솔루션을 찾았다
https://stackoverflow.com/questions/54890189/attributeerror-module-django-db-models-has-no-attribute-model
https://sir.kr/g5_tip/18218
https://stackoverflow.com/questions/62388844/mysql-shutdown-unexpectedly-on-xampp-server-socket-created-on-ip https://dlagusgh1.tistory.com/402
"C:\\Users\\gracegoh\\AppData\\Roaming\\Code" 폴더를 삭제해서 해결했다.(Code는 VSCode 관련 디렉토리다.)출처 https://itinerant.tistory.com/129
https://stackoverflow.com/questions/38431340/how-to-solve-this-warning-failed-to-open-stream-no-such-file-or-directory
어제까지 XAMPP로 localhost에 원활하게 접속했는데 오늘은 위와 같은 오류가 떴다. 구글링한 끝에 오전에 사용한 프린터가 80 포트를 채갔다는 것을 알게 되었다. 80은 기본 포트라 앞으로도 여기저기서 점유될 수 있으니 다른 포트로 시작하는 것도 괜찮을 것 같다. 이왕 XAMPP를 삭제 후 다시 install한 겸 말이다... 포트 번호 바...
https://kawaii-jordy.tistory.com/111
오류