Often requirements show up in requirements.txt like this:
requirements.txt
django-registration
But in INSTALLED_APPS it appears as re
INSTALLED_APPS
re
PyCharm should be able to figure this out, but it doesn't. For now, I just add # noinspection PyPackageRequirements to each import with this warning to suppress it. I'd rather not, but it works for now.