Pycharm doesn't recognize Django project imports of the form: from my_app.models import thing
I just started testing out PyCharm on my existing Django project, and it doesn't recognize any imports from apps within my project:
`from my_app.models import thing`
"Unresolved reference my_app..."
Why is this? My directory structure matches the recommended layout, and it runs without errors, it's just PyCharm's magic doesn't want to work on it...=(
Please sign in to leave a comment.
Hello.
Please try to invalidate caches and restart. Then, click on "my_app". Does it work? If not, please contact our support and provide project if possible.