Often requirements show up in requirements.txt like this:
requirements.txt
django-registration
But in INSTALLED_APPS it appears as re
INSTALLED_APPS
re
After seeing this phenomenon again, I did some more digging. After setting certain folders as source roots and restarting PyCharm, these reference warnings went away. I think this is a bug in PyCharm.