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?
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?
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)