Apparently VS Code doesn't like Django. ugh

linting checks the code for style errors mostly. They don't (usually) affect execution (unless they are things like undefined variables or other errs), but they are super useful at times.

0 Likes

Ahhh, the linter :) I don't even lint python anymore, i use black. You should use it too, it autofixes and pretties up your code. https://github.com/python/black

0 Likes
Vicki Langer Author

Um… I don't even know what the linter is or should do. but okay, I can use black. I'll check it out

0 Likes
Vicki Langer Author

Okay. That makes sense now

0 Likes

Please sign in to leave a comment.