버그 수정 기록

운명애·2021년 1월 17일
0

Python

목록 보기
6/7

pylint-django docstring 지적:
.vscode 파일에 다음 넣기
"python.linting.pylintEnabled": true,
"python.linting.pylintArgs": [
"--disable=C0111", // missing docstring
"--load-plugins=pylint_django,pylint_celery",
],
django, class has no objects 에러
"python.linting.pylintArgs" : [
" --load_plugins=pylint_django"
]

profile
개발자 하고 싶어요..

0개의 댓글