leinardi / pylint-pycharm

A plugin providing both real-time and on-demand scanning of Python files with PyLint from within PyCharm/IDEA.
Apache License 2.0
196 stars 35 forks source link

pylint-djano plugin does not recognize app model imports #65

Open bfmcneill opened 4 years ago

bfmcneill commented 4 years ago

Step 1: Are you in the right place?

Step 2: Describe your environment

my django app works correctly but the linting seems to show errors when I import models.

pylint is found in the same virtual env that the plugin is located

image

image

image