david-daming
Results
2
comments of
david-daming
Thank you guys, this is really helpful. I like this thread! From after the reply of @IEB-Richard everyone put some inputs, and collect all your inputs, I finally got a...
I fixed this issue by: First, install python package pylint-django `pip install pylint-django` then open the project folder .vscode/settings.json and add: ``` { ... "python.linting.pylintArgs": [ "--load-plugins=pylint_django" ], ... }...