lowerthansound

Results 1 comments of lowerthansound

I've came across the same problem. A hack was to insert this: ``` import sys; sys.path.insert(0, '') ``` Right above the `django.setup()` line at `pylint_django/checkers/foreign_key_strings.py:90` Edit: Setting `PYTHONPATH="."` also seemed...