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
I kept getting this error even after following suggestions made in other answers, like deleting .idea folder, reinstalling packages from settings->project interpreter.
Finally, I took the venv out of the project folder and created a venev beside the project folder and deleted .idea folder from project folder.
Then I opened the project and chose the interpreter as the newly created venv