travel data science
TypeError: 'method' object is not subscriptable 본문
request.POST.get['이름']말고 request.POST.get('이름')을 해야 함
또..input type이 file일 때에는 reques.FILES['이름']이라고 해야한다. 헷갈리지 말기....!!!!
'Python study' 카테고리의 다른 글
nginx 502 Bad Gateway 해결 방법 (0) | 2022.03.27 |
---|---|
gunicorn (0) | 2022.03.25 |
vscode환경에서 jupyter notebook 환경 구축하기 (0) | 2022.02.26 |
[Django] 장고에서의 메타클래스는 무슨 역할일까? (1) | 2022.02.10 |
[Django] 'super' object has no attribute 'status_code' (0) | 2022.02.10 |