ERROR

django.core.exceptions.FieldError: Unknown field(s) (content) specified for Comment

728x90
반응형

forms.py에 fields로 'content'를 넣어주었음에도 unknown이라고하니 models.py를 체크하였다.

Comment class에 content 정의에 오타가 있었다.

 

1. forms.py -fields에 잘 넣었나확인

2. model 확인

 

728x90
반응형

'ERROR' 카테고리의 다른 글

Django NoReverseMatch Error  (0) 2021.05.02
OperationalError, no such column  (0) 2021.05.02
on_delete=SET_NULL 설정시 ERROR 발생  (0) 2021.05.01
source tree에서 push error  (0) 2021.04.25
yarn serve , npm run serve 시의 URIError  (0) 2021.04.21