pylint-django · PyPI
https://pypi.org/project/pylint-django26.04.2021 · pylint --load-plugins pylint_django --django-settings-module=your.app.settings [..other options..] <path_to_your_sources> If you do not configure Django, default settings will be used but this will not include, for example, which applications to include in INSTALLED_APPS and so the linting and type inference will be less accurate.
Settings | Django documentation | Django
docs.djangoproject.com › en › 4If your app raises an exception when DEBUG is True, Django will display a detailed traceback, including a lot of metadata about your environment, such as all the currently defined Django settings (from settings.py). As a security measure, Django will not include settings that might be sensitive, such as SECRET_KEY. Specifically, it will exclude ...