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 had the same problem and it was due to having more than one project interpreter defined in the project. In my case I had a python 2.7 and a python 3.7 interpreter. Fixed this issue by removing the python 2.7 interpreter.
View the current interpreter by navigating to Preferences > Project > Project Interpreter
Open the dropdown and select Show All...