0

I am a beginner in Django, I am trying to build a basic app by referring a tutorial, after completed the code, getting lots of error related to pylint.

Please help me to resolve this issue. Thank you.

These are the error

Jonathan Bravetti
  • 2,228
  • 2
  • 15
  • 29

1 Answers1

0

A linter provides you with warnings to help you improve your code or when there are conventional ways of doing things but those are not errors.

Lemon.py
  • 819
  • 10
  • 22