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 got the same issue on OS X, and to fix it, I had to use an absolute path for the project interpreter
/Users/myself/Projects/... is ok ~/Projects/... was not working