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!