You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run this command: pylint --load-plugins pylint_django --django-settings servis.settings.dev .
I am getting this error:
...
File "/Users/<myusername>/Documents/projects/<myproject>/venv/lib/python3.12/site-packages/pylint/lint/pylinter.py", line 946, in _astroid_module_checker
checker.open()
File "/Users/<myusername>/Documents/projects/<myproject>/venv/lib/python3.12/site-packages/pylint_django/checkers/foreign_key_strings.py", line 120, in open
args=self.config.django_settings_module,
^^^^^^^^^^^
AttributeError: 'ForeignKeyStringsChecker' object has no attribute 'config'
I couldn't find any solution via googling with AttributeError: 'ForeignKeyStringsChecker' object has no attribute 'config'
Is anyone can help me? Do you support Django 5.0 ?
The text was updated successfully, but these errors were encountered:
My Requirements:
When I run this command:
pylint --load-plugins pylint_django --django-settings servis.settings.dev .
I am getting this error:
I couldn't find any solution via googling with
AttributeError: 'ForeignKeyStringsChecker' object has no attribute 'config'
Is anyone can help me? Do you support Django 5.0 ?
The text was updated successfully, but these errors were encountered: