0

My Project Structure My Pycharm Screenshot

Hello, if you can see the attached screenshot of my Django project in Pycharm, you'll see that all the imports from other app folders have a red underline. When I hover mouse on them, it says "Unresolved reference 'addresses'". All the apps have been added to settings.py and the project is running fine without any errors. The red underlines are really bugging me though. What can I do to get rid of them? Thanks!

Shafin M
  • 91
  • 2
  • 11

1 Answers1

0

Oh I think I found the solution. Similar problem has been answered here Unresolved reference issue in PyCharm

I will leave my post up in case anyone else is having the same issue.

Shafin M
  • 91
  • 2
  • 11