Open EfraimGENC opened 7 months ago
I have the same error with Django==4.2.13 and python3.10
@EfraimGENC I resolved by set this setting for my project
init-hook='import os, sys; sys.path.append("src"); sys.path.append("src/apps");'
@EfraimGENC Can you try this now with the latest master
branch? I just found a bug elsewhere which I think will fix this one too.
Regarding 5.0, that is supported in the latest master
branch, I'm working towards making a release to PyPI with that support.
Is it possible to release this to a new version to make it downloadable via pip etc?
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 ?