diff --git a/.pylintrc b/.pylintrc index 79dc22f..0f1221a 100644 --- a/.pylintrc +++ b/.pylintrc @@ -37,6 +37,7 @@ limit-inference-results=100 # List of plugins (as comma separated values of python module names) to load, # usually to register additional checkers. load-plugins=pylint_django +django-settings-module=access_controller_new.access_controller.settings # Pickle collected data for later comparisons. persistent=yes diff --git a/README.rst b/README.rst index e3c1a03..f1b08b5 100644 --- a/README.rst +++ b/README.rst @@ -170,7 +170,7 @@ Quickstart Для проверки pylint используем: ------------------------------- -pylint --django-settings-module=access_controller_new.access_controller.settings ../access_controller_new +pylint ../access_controller_new Вместо "access_controller_new" необходимо указать папку проекта.