PyCharm Not Properly Recognizing Requirements - Python, Django

后端 未结 4 1209
别那么骄傲
别那么骄傲 2021-02-03 20:53

Often requirements show up in requirements.txt like this:

django-registration

But in INSTALLED_APPS it appears as re

4条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-03 21:47

    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.

提交回复
热议问题