I\'m getting the following errors in Pycharm.
Error: Django is not importable in this environment
It used to work well but I moved t
It might seem obvious, but try quitting and then re-starting the PyCharm application. When I had this issue, I continued to get the "Django is not importable in this environment" error even though the project interpreter path was correct. Nothing worked until I closed and re-opened the application. Hope this saves someone some time.