I am using pylint with Visual Studio Code, and it works fine, with the exception that it marks error in all import
clauses that are not modules from python or from my project. It marks error with imports from Django, Django Rest Framework, etc.
How can I configure pylint to recognize these libraries that are installed and working (I don't get any error from python)?