1

I'm working on a Django project and this error keeps coming up on the first line of every file I work on. I recently reset my computer and this is my first time using VSCode after.

Please, what should I do?

Zainab Lawal
  • 33
  • 1
  • 9

1 Answers1

1

I changed my Linting settings on VSCode. I opened the Command Palette (Ctrl+Shift+P) and selected the Python: Select Linter command. I clicked on Pylint. I had multiple linters enabled before but this replaced them all with Pylint and it worked.

I also followed the steps below.

Pylint-django raising error about Django not being configured when that's not the case (VSCode)

Zainab Lawal
  • 33
  • 1
  • 9