79730461

Date: 2025-08-09 07:04:15
Score: 0.5
Natty:
Report link

pip install pylint-django --upgrade

Then in your project folder create .vscode/settings.json file (or CMD+SHIFT+P: Open Workspace settings (JSON) )

in the json file add:

"pylint.args": ["--load-plugins", "pylint_django", "--django-settings-module=config.settings"]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mohammad Aqajani